commit | 9ccc880aa60bd063888a027d7df9df50a47e89b6 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Sep 14 16:18:33 2023 +0900 |
committer | Justin Yun <justinyun@google.com> | Thu Sep 14 13:11:46 2023 +0000 |
tree | c54e13f0a778984b7713883adc18c3a862936e41 | |
parent | 1e042d463511b1c887f0bdad6007212fb0398cbe [diff] |
Define PRODUCT_PRODUCT_VNDK_VERSION as current by default It has been mandatory since Android 11 (rvc) launching devices. Now we can enable the product variants by default to all devices. Bug: 300371698 Test: TH Change-Id: I6b2d2e8e105ca35c38db8132486b1cb3bdbab40f
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.