commit | f509e54bd074a556be342d87b8d013e70c9527cb | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Sun Feb 17 21:34:32 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Sun Feb 17 21:34:32 2019 -0800 |
tree | 1a343fc2d3478b2debdabe7701c02f8c8a33a8e6 | |
parent | d9182b546cce26ba50b69544fe4ef079d31a119f [diff] | |
parent | 01a05483edc1883493074ac0fb68e217c8083bb1 [diff] |
Merge "Support verifying system_other" am: 01a05483ed Change-Id: I343ac68c70195d2c9e035b92ef44f196fe731deb
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.