commit | 01e1a4ff12a725f243e3060b49f3b43960a52905 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jun 05 21:05:27 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 05 21:05:27 2018 -0700 |
tree | 82b7915f4b3b3c630218a6ffedfa4d996243173c | |
parent | e571fc1f028a9aead5ad2a58ddb00f3854853cd4 [diff] | |
parent | f1a55571646ff3bd4a7290c8e32952de8307f8ae [diff] |
Merge "Temporarily whitelisting system domains writing vendor props" am: f1a5557164 Change-Id: I0af6ea2b74e324eae11b619d956d524919f95806
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.