commit | ae69e5787ae9a97cdb7b9c6cb5a0ef4e45067b4a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Dec 15 14:49:55 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Dec 15 14:52:07 2017 -0800 |
tree | 241d7aec53cef0c10894ebecd44c42bc1ff15626 | |
parent | 4b7ab33f4e1dde9ed10a648d8e516c097d5aaaa3 [diff] |
PRODUCT_NOTICE_SPLIT from PRODUCT_FULL_TREBLE - until PRODUCT_NOTICE_SPLIT is the default - disallow PRODUCT_NOTICE_SPLIT_OVERRIDE because it doesn't need to be differentiated. Bug: 69865032 Test: manual Change-Id: I4a29c298862fc9fab51755bf19f236f61fbd784d
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.