commit | afcbee45a16913e3f9a01b302a266a2f074ef8ca | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Thu Jul 26 03:57:01 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 26 03:57:01 2018 -0700 |
tree | 6d220cc3c1898a62262fa83579142f1ba143f9e8 | |
parent | c157a36ffdaa0a185db304ae7d3637286e840be1 [diff] | |
parent | 9b809de8c9f2fa9559cc3c5433da30f7f0588e8c [diff] |
Merge "Build rules to derive greylists from annotations." am: 48a7929962 am: 50f59655ba am: 3fe3a80632 am: 9b809de8c9 Change-Id: I41a565e224328f40fd9bda8922f242a4217593f8
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.