Skip to content

There can be (too) many jnimarshalmethod-gen warnings in the build output #2419

Closed
@radekdoulik

Description

@radekdoulik

I think the problem is that we now compare the $(_AndroidJniMarshalMethodsFlag) flag file against the relevant assemblies, which is fine. We then go to generate marshal methods in them and that's not fine as some of them might not have changed. And that means a lot of warnings.

  • Fix: generate the marshal methods only in changed or new assemblies

  • Proposal: another thing is that we might only generate limited number of similar warnings in jnimarshalmethod-gen.exe and then only report number of those at the end. That might be overriden by verbose -v option

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions