commit | 73d5bfc71190a394099682637e568c8a834e6edf | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Tue Jun 25 13:48:40 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Thu Sep 12 13:21:08 2024 +0200 |
tree | 392ddc99f9c1f0995c056d0ba725054f4c24216e | |
parent | 0af3dd86bea4b2e19dfc68ba2d283671e8d18039 [diff] |
Set ro.*.build.version.sdk_minor sysprop Transform the build flag RELEASE_PLATFORM_SDK_MINOR_VERSION into system properties. Bug: 350458259 Test: m Flag: EXEMPT can't flag Makefiles Ignore-AOSP-First: internal to keep in sync with related CLs that are not AOSP first Change-Id: I41ee7baf3d459cc3120a3ef6eb2436bd89253870
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.