File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <EmbedAssembliesIntoApk >true</EmbedAssembliesIntoApk >
1717 <!-- Suppress XA0141 page-size warnings. ELF patching is disabled for all configurations
1818 (see PatchElfPageSizeEnabled below) to prevent APK signature corruption.
19- The XA0141 warning is therefore expected and harmless. -->
19+ The XA0141 warning is therefore expected and harmless.
20+ AndroidPageSize16KBCompatibilityCheck=false should suppress the check, but Android SDK
21+ 36.1.53 still emits XA0141 in some build orderings, so we also add it to NoWarn. -->
2022 <AndroidPageSize16KBCompatibilityCheck >false</AndroidPageSize16KBCompatibilityCheck >
23+ <NoWarn >$(NoWarn);XA0141</NoWarn >
2124 <!-- Disable ELF alignment patching for ALL configurations.
2225 The custom PatchElfPageSize task can run concurrently with the Android packaging step
2326 because MSBuild's BeforeTargets="Build" fires for every ABI sub-build, which often
You can’t perform that action at this time.
0 commit comments