commit | 000e31c9ed8b8753b922db7416f6496254747920 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Feb 28 20:54:14 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Feb 28 21:01:40 2024 +0900 |
tree | ee497b6ad953704526c2a6d04f756fc8655748ff | |
parent | 1ffcbde28e92ad4ae4c094d0dc9af025ff75b469 [diff] |
Define PRODUCT_SHIPPING_VENDOR_API_LEVEL Devices may set its first vendor api level to PRODUCT_SHIPPING_VENDOR_API_LEVEL. This will manually set to ro.vendor.api_level and will be used by tests. If this value is not defined, init process will automatically calculate the ro.vendor.api_level property for tests. Bug: 326164316 Test: Check vendor/build.prop Change-Id: I89f844ffaad9e3e39deab1c680bd1f7f17f4d8ad
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.