commit | 0e9b3e9d5a7e5622d68e38218a42f3d5ee0ca523 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Tue May 22 13:12:56 2018 +0800 |
committer | Logan Chien <loganchien@google.com> | Tue May 22 13:45:26 2018 +0800 |
tree | 867cc2b013b802d62780446fc87e262f3949b17f | |
parent | fcf4d7200a5de1b8f2967e85371391766e11d3fa [diff] |
Remove PRODUCT_EXTRA_VNDK_VERSIONS from AOSP This commit removes PRODUCT_EXTRA_VNDK_VERSIONS from AOSP branches. prebuilts/vndk/v27 is missing from these branches. This commit partially reverts https://android-review.googlesource.com/c/platform/build/+/682124 Bug: 78605339 Test: aosp_arm64_ab-userdebug builds Change-Id: Ic64f40dab2d7730f6ebcdf124cd069ed3c845e40 Merged-In: Ibae4a393e6e69f26d7a2d493b93e5739f806147b
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.