commit | 9272ef87a6996514796a6e1e5870062894c904d1 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri Nov 17 16:09:17 2017 +0900 |
committer | Justin Yun <justinyun@google.com> | Tue Dec 05 10:23:44 2017 +0900 |
tree | 5ef850e7ffbbff914f71e6f2590a130cfcf12adb | |
parent | 59dddf42a46794efcde58fd12dd50d356f8c7ce9 [diff] |
Check conformity of VNDK version Allow BOARD_VNDK_VERSION=<version> only if the prebuilt VNDK for the <version> is provided. If PRODUCT_EXTRA_VNDK_VERSIONS is set, all the versions in the list will be checked as well. Bug: 38304393 Bug: 65377115 Bug: 68123344 Test: Set BOARD_VNDK_VERSION := current and check build Test: Set PRODUCT_EXTRA_VNDK_VERSIONS := 27 and check if it returns error when prebuilts/vndk/v27/Android.mk is not provided Change-Id: I2e43d71f1ea3717ab8c45de84c926ecc43193307
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.