commit | 323be83a6606ee06d5f637b122586d3633844dfc | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Fri Feb 01 12:44:30 2019 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Fri Feb 01 15:30:28 2019 +0800 |
tree | 754282efcccec9ff982220002d8e3b4f57bb1f23 | |
parent | ce1fdb2f553b7cf0a9a6402472a5ea34ae7753bb [diff] |
Enable mainline checking for all GSI targets There are some makefile inherit from aosp_$arch*.mk. This patch change to only enable mainline checking on excat GSI targets, such as aosp_$arch or aosp_$arch_(a|ab), and does not apply on the child targets. This patch also add some more whitelist items to gsi_common.mk Bug: 123613261 Test: aosp_arm64-userdebug build pass Test: remove some whitelist items and aosp_arm64-userdebug build fail Test: sdk_phone_arm64-eng build pass Test: gsi_arm64-userdebug build pass Change-Id: I1772a55ab823a0312b9f215f0d2c3b0c727c8e4b
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.