commit | e53dd7b20bcdeda45424109bc85a42f945ecd41d | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Mon Oct 22 11:25:05 2018 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Wed Oct 24 11:40:07 2018 -0700 |
tree | f9a2d4fe78fa3a5654a215f25826bd27d0407a4f | |
parent | aefeae367e7e9d4a7a6e19d9d8d11084bfa23484 [diff] |
Allow target to specify LOCAL_PREFER_INTEGRITY The option will: - Produce APK with uncompressed dex - Declare to prefer integrity in manifest Test: unzip -vl, dex compression looks correct with the option provided or not. Test: similarly, aapt dump correct attribute Bug: None Change-Id: I16b9a37255150c2ad84af84087dfabb536a3b07a
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.