commit | 66c7af81f3e2786c9fd3129ddbfacf8a23327ebc | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri Dec 20 19:17:38 2019 +0900 |
committer | Justin Yun <justinyun@google.com> | Sat Jan 11 12:44:08 2020 +0000 |
tree | f6b73305d716193f9160af7a8bca6d9988e5d8e8 | |
parent | ecfd19d5761e66a6458240a1998c2c208fee982a [diff] |
Define PRODUCT_PRODUCT_VNDK_VERSION automatically PRODUCT_PRODUCT_VNDK_VERSION will be automatically set to true for the devices with PRODUCT_SHIPPING_API_LEVEL newer than 29. Bug: 146621746 Test: build with PRODUCT_SHIPPING_API_LEVEL set to 30 Change-Id: I78cd81d1d61e9089b163169bc495df8a880463da
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.