commit | c4500afd1ba2515cd78d46e115d732915cf95bf2 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Feb 08 01:46:28 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Feb 08 01:46:28 2024 +0000 |
tree | 4b6ab460aa08ef3c162aacf5d2a2113edd72ff4c | |
parent | 0dc4e61753b4f08f3e3db0abc6399d4d9cc86d62 [diff] |
Add environment variable UNBUNDLED_BUILD_TARGET_SDK_WITH_DESSERT_SHA UNBUNDLED_BUILD_TARGET_SDK_WITH_DESSERT_SHA enables user to specify ${codename}.${sha} as min_sdk_version and target_sdk_version in order to support mainline train building into android build. Test: TH Bug: 295905124 Change-Id: I6c793bc83e88ec620ed5e2e87d0371bc2455cf1b
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.