commit | f3cd49787a29305e89522f104b2608acbbcba3de | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Tue Jan 14 19:57:51 2020 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Thu Feb 06 01:44:03 2020 +0000 |
tree | 83c309726d445355bc0527b2393cb4f80839923c | |
parent | 56772d7213695acbfd628f4e0ac0070f9dafd38c [diff] |
Add PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29 The PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29 is added. This value is base module when shipping api level is less than or equal to 29. Bug: 124531214 Test: m -j Change-Id: I0f06b04cf4c824b9c975d9b84f4a0e8171acef75 Merged-In: I0f06b04cf4c824b9c975d9b84f4a0e8171acef75 (cherry picked from commit a18f974bd765ce02ae92e552de5b3677edbfbeba)
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.