commit | 8ba9a9bb88d4cffdd1ef97e13eed1d272b19ee4c | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Mar 06 14:56:24 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 06 14:56:24 2024 +0000 |
tree | 251b49c547b12f7f0e7439cfa1c37f89a272c6db | |
parent | bfe98e6f89f304ae93c37447e4714f2dd69ad45f [diff] | |
parent | 2c5c38084797e5eea35a08da2b09f5a451784aae [diff] |
Merge "aconfig: add a storage file read api to get file version number" into main am: cdde8f39f8 am: 2c5c380847 Original change: https://android-review.googlesource.com/c/platform/build/+/2989249 Change-Id: I6add5c3cd8123ca1d01e683d4c9f56de9367a5e2 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.