commit | a5e5151af8bb769d155d7863d56656100026d69d | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri Aug 18 17:54:57 2023 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Aug 18 17:59:04 2023 +0900 |
tree | 7823bf2d0f2fe922dac66f830087f85b8cf0ca5e | |
parent | 73b4f2d4e2e03839e0e0b7ebd30910543b1e8fef [diff] |
Ignore invalid vndk snapshot versions Device targets may set PRODUCT_EXTRA_VNDK_VERSIONS to include invalid snapshot versions with the trunk-stable next configuration. Ignore those versions that are less than or equal to the PLATFORM_VNDK_VERSION. Bug: 296488609 Test: lunch cf_x86_64_phone-next-userdebug; m nothing Change-Id: I2ba9d7f41a0d75db034b1c08d15f2796ef9ed506
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.