commit | a9af5851cec78dcd047d34c28774e1c63882d510 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Tue Apr 02 10:48:09 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Tue Apr 02 11:19:38 2024 +0900 |
tree | 48b0a771b571f5f80ecfe816c755e8d59ca90dec | |
parent | eb59dd9cbd4519a5aa7405cb605220de9763f557 [diff] |
Fix the VSR_VENDOR_API_LEVEL calculation VSR_VENDOR_API_LEVEL is used to know the vendor API level for the VSR requirement. This must have the same value with the ro.vendor.api_level on run time. Bug: 332401254 Test: get_build_var VSR_VENDOR_API_LEVEL Change-Id: I8e1fac8f05e4b06128738f377d63f26567d3902b
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.