commit | e9b513a35a03a3b5aa0cb20b547c948f6312a5d0 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Fri Oct 04 13:43:51 2019 +0800 |
committer | Yo Chiang <yochiang@google.com> | Sat Oct 05 09:06:36 2019 +0000 |
tree | 2e5d5be9eb85b7225eca97fffd008a3b0288097d | |
parent | 24e6bcd0b6dad2de8ab8e524f2d9fc68622251a4 [diff] |
Clean up mainline whitelist in aosp_product.mk Bug: 138281437 Bug: 140912362 Test: for prod in aosp_bonito aosp_arm64 aosp_cf_x86_phone ; do \ lunch ${prod}-userdebug \ m -j100 nothing || exit 1 \ done Change-Id: I2bc1f49ce68e49313e5c00104aad7b21a101ca7a
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.