commit | bbbcf1c01e8990277004663723933ef290bedf30 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jun 26 10:50:11 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 26 10:50:11 2018 -0700 |
tree | a68d80d1f9adc589e131f5ec8a7d31b5b65abd50 | |
parent | fb21c07d84c21e51c77975b7ebba3440cec635dd [diff] | |
parent | effbc370dc2393ec36f948264360b1eafc189dbe [diff] |
Merge "Disable standalone relocation packer" am: effbc370dc Change-Id: Ie72c24415f13f0960413f61d515b793ab780125a
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.