commit | 571737e8fcc39f9db301e6928bd184b0bdb7c8ee | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Tue Dec 12 15:47:14 2017 +0900 |
committer | Justin Yun <justinyun@google.com> | Thu Dec 21 08:15:19 2017 +0900 |
tree | f86be3acece31070d88002f9100dc4a95c8b6af4 | |
parent | 5281020692bdba0342ea0cd41dc88b679c178f3a [diff] |
Set BOARD_VNDK_VERSION=current as a default value For Android P or later launching devices, set BOARD_VNDK_VERSION to "current" as a default value if the value is not defined yet. "PRODUCT_USE_VNDK_OVERRIDE=false" can disable this feature. Bug: 70480159 Bug: 62019611 Test: Unset BOARD_VNDK_VERSION Set PRODUCT_SHIPPING_API_LEVEL "28" - Check if BOARD_VNDK_VERSION is set to "current" Set PRODUCT_USE_VNDK_OVERRIDE to "false" - Check if BOARD_VNDK_VERSION is not defined Change-Id: I8d37579e8c4ca1788705cbc8a42e8812e2b93a22
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.