commit | f21b0b1c1e757ff76f93e98bdb94c5638868de62 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Feb 21 18:47:17 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 21 18:47:17 2024 +0000 |
tree | da466a0e32b122992f2b251dbb16ba45b9981c96 | |
parent | 4acf2f754162111dd8e3cb36fcfe7a205408a7c8 [diff] | |
parent | b954de7d0c5ed2a53ba6edab7ffaa820f42953dd [diff] |
Merge "aconfig: add storage flag read api integration tests to test mapping" into main am: b954de7d0c Original change: https://android-review.googlesource.com/c/platform/build/+/2970431 Change-Id: I2a82e4cad907947d68777aa9583d5fdb11580513 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.