Add exclude-shared-libraries option to android_apk
This will allow Android APK targets to provide a list of shared libraries to not link into Java. This can occur when a native dependency includes a .so file as a runtime dep but does not actually depend on it at link time. BUG=b:73008622 TEST=Build and run release target with specific exclude Change-Id: I5bd7e5a061420fafcafed7001767499d4326a269 Reviewed-on: https://chromium-review.googlesource.com/905695Reviewed-by:agrieve <agrieve@chromium.org> Commit-Queue: Aidan Wolter <awolter@chromium.org> Cr-Commit-Position: refs/heads/master@{#535151}
Showing
Please register or sign in to comment