commit | 240d97a249286d5a3e90f9c77a497c0431e9d392 | [log] [tgz] |
---|---|---|
author | Jae Shin <jaeshin@google.com> | Fri Dec 29 15:21:14 2017 +0900 |
committer | Jae Shin <jaeshin@google.com> | Thu Jan 04 10:23:19 2018 +0900 |
tree | 2e5ff9f6ec375cd7cc33449f28b5cd6c8d44a2fb | |
parent | 893fca6e4634dbb4f093fced955970fcb44acb31 [diff] |
Apply snapshot variant to vndk package module name VNDK snapshot phony package, vndk_v$VER, is redefined to separate phony packages per VNDK snapshot build variant, vndk_v$VER_$VARIANT, where $VARIANT is defined as the primary $TARGET_ARCH of the build target. Accordingly, top level Android.bp file under prebuilts/vndk/v$VER is redefined as separate Android.bp files for each snapshot variant at prebuilts/vndk/v$VER/$VARIANT/Android.bp. Test: m -j PRODUCT_EXTRA_VNDK_VERSIONS=27 (after installing snapshot to prebuilts/vndk/v27) Bug: 71370248 Change-Id: Ida449978090fe8a4f16376c991d34fa0945be596
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.