commit | 584d3726b6ec7fc4ffc426ccf778ce20f637a40a | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue May 14 11:23:37 2019 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed May 15 11:30:29 2019 +0100 |
tree | 17b93244d4b44b8104e8bc4d2c25d34fbc68c6b6 | |
parent | a3c3b9bc64e45b51c210e062b6a61a04333be36c [diff] |
Move default setting of a product variable Should be in product_config.mk, before the variables are readonly'd, or the default will fail to work. (cherry picked from commit 269dd013a5bd626a697798279ff650dc2337474b) Bug: 131576555 Test: set PRODUCT_SHIPPING_API_LEVEL := 29 in mainline_arm64.mk && lunch Change-Id: I25faee7ec0a3fff17e1d08b834d868834effda36 Merged-In: I25faee7ec0a3fff17e1d08b834d868834effda36
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.