commit | 7067b08019f18a88e0faa5a6260415047b62a322 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed May 29 11:22:51 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 29 11:22:51 2019 -0700 |
tree | 860b9bc5283ae40f6e83abbcf7194b167a96c5d3 | |
parent | bcdd57abde0cfcba43a9f6d56c0558ab1d130667 [diff] | |
parent | 2459515d3a17919a3f70d2ca2bc6f926e201323f [diff] |
Merge "Move verify_uses_libraries.sh out of dexpreopt" am: 2459515d3a Change-Id: Ibbd2b86ea4c54ac192ea01630720f8895e7c4e3f
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.