| commit | 50c9234308d78b6c3cef31a71f8f0d658659e8cc | [log] [tgz] |
|---|---|---|
| author | Mårten Kongstad <amhk@google.com> | Thu Mar 06 09:28:09 2025 +0100 |
| committer | Mårten Kongstad <amhk@google.com> | Thu Mar 06 09:34:19 2025 +0100 |
| tree | 08ad10bebac328d55a120035f0e7b41755753f68 | |
| parent | 169026a4aa6db11c43482e8791333ec7f3fdd5dd [diff] |
SDK platform name: change to major.minor version code The Android SDK contains a platforms/android-<version> directory. Update the <version> part from the old API level versioning scheme (e.g. "33") to the new major.minor versioning scheme (e.g. "33.0"). Test: lunch sdk-trunk-eng && m sdk dist && unzip -l out/dist/android-sdk*.zip | grep platforms/ Bug: 399958712 Ignore-AOSP-First: minor SDK development takes place on internal main Change-Id: Ib9d1665072eb2755289b9cba6b7783d344af6841
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.