commit | 367b315cd03bac6352cdddb4e9cd4d5679031b74 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Feb 27 23:36:03 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 27 23:36:03 2018 +0000 |
tree | 0b9c439e8d79adc15a833801471ee64661113047 | |
parent | f48db2429dd44e503d03a4162307356101447d8c [diff] | |
parent | e6043b1fabbed977a2ab7491b9a2ad5eca343cf7 [diff] |
Merge "Revert "Better error for missing LOCAL_SRC_FILES in prebuilts"" am: e752292f26 am: 5dd9c2c652 am: e6043b1fab Change-Id: I732cb0d24ed015b5ffc1fdf060486431428b87e7
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.