commit | 888136f2c1a18d5a53ec7baae51e540264121caf | [log] [tgz] |
---|---|---|
author | Marybeth Fair <marybethfair@google.com> | Fri Mar 21 07:53:39 2025 -0700 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 21 07:53:39 2025 -0700 |
tree | 74770fc511d8afa1488bbdf344c39aa72ed0ef0a | |
parent | c6ca9f5f9c64589254afa8e8aa7c3f9f20b4656f [diff] | |
parent | 32233fa09f3076cd986ef5f090538310671f78ce [diff] |
Merge "aconfig: Parse string to full sdk version" into main am: 32233fa09f Original change: https://android-review.googlesource.com/c/platform/build/+/3547820 Change-Id: Icc979256c02496e71d1379510b2a02f8636e3aa7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.