commit | e9723507a10c20c6fece7925578e388479c5dcda | [log] [tgz] |
---|---|---|
author | Isaac Chen <ycchen@google.com> | Mon May 06 16:55:48 2019 +0800 |
committer | Isaac Chen <ycchen@google.com> | Wed May 08 15:46:00 2019 +0800 |
tree | 16b6c42a0615a6dd456feca2d91aeb35ff8727a2 | |
parent | 5eba1c9a67821eb2fd2b3248d5910f71dd95aabe [diff] |
Add PRODUCT_EXTRA_VNDK_VERSIONS product variables PRODUCT_EXTRA_VNDK_VERSIONS should be in _product_list_vars because it's used as a list with probably more than one version included/set in differemt makefiles. Bug: 132046980 Test: $ lunch aosp_x86_ab-userdebug $ m -j $ find $OUT/system/ -name vndk-* # vndk-27 directory is included Change-Id: Iee9b7b678a23eed781cc761d820db9ff67ae5d34
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.