commit | 88f3f8a629631a18f1c91465585a239db8c9bdd9 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Feb 28 03:30:51 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 28 03:30:51 2018 +0000 |
tree | 89362978e3913866eccd4f1b94ad3b23e4fe8474 | |
parent | 367b315cd03bac6352cdddb4e9cd4d5679031b74 [diff] | |
parent | 030fe1b3c8bff536ca20b804450b35a02cc1e7a2 [diff] |
Merge "Revert "Revert "Better error for missing LOCAL_SRC_FILES in prebuilts""" am: 08e604e741 am: 144cb73501 am: 030fe1b3c8 Change-Id: Ic772ef09289d7257eb27d4c66ac533686761b6ff
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.