commit | 62f6a2c11f70b1091c333ca66f9c2bee2786f029 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Feb 27 22:32:05 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 27 22:32:05 2018 +0000 |
tree | 063ca231add30080217e08439c9ac256450b0f91 | |
parent | 5d74ac8574d3898458b2907565393547de569c8b [diff] | |
parent | 4e7e4647bd59c26555bfcb7458c3b977d84923c2 [diff] |
Merge "Better error for missing LOCAL_SRC_FILES in prebuilts" am: 3279e0c267 am: 4e7e4647bd Change-Id: Ic4614572b604c7a6a80bfa262140dea2681e7af1
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.