commit | dc411eda4c7c2091f5ca75f7f9c653eab73c11c0 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon Apr 08 09:32:58 2024 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue Apr 16 12:32:05 2024 -0700 |
tree | 2157da008a82cec16a23b9b09b8de0161407ef93 | |
parent | 8f9ca8075f90165f2a44b4d582cc85ae0be9fc72 [diff] |
ota_from_target_files: read correct api level ro.product.first_api_level looks like the value we actually want to read to since it inherits from $PRODUCT_SHIPPING_API_LEVEL. Other variables we attempted to look at were giving other values (e.g 202504 for pixel watch) Bug: 331202590 Test: th Change-Id: Ied3da247cba45611132db6c9e3cdefb447891f96
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.