commit | 0284ba297c6923bea03aa346b52fc02642230a1b | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Jan 04 21:14:58 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Jan 04 21:14:58 2024 +0900 |
tree | 490cf5c1e2d57b580693f3d3977ebda1b2aa2fcd | |
parent | e3c278844d18c18fb0ad9150414dcc45822b89a1 [diff] |
Set BOARD_SYSTEMSDK_VERSIONS even if PRODUCT_SHIPPING_API_LEVEL is unset Previously, we checked if PRODUCT_SHIPPING_API_LEVEL >= 28, but that no longer is needed because upgrading from 29 to 35 is not expected. All devices running Android V are expected to be shipped after 28. Furthermore, this fixes non-device targets (like sdk) where PRODUCT_SHIPPING_API_LEVEL is unset. Bug: 318634417 Test: build with sdk target Change-Id: I8f8337fb76312334777e621ae5870d953167ad49
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.