commit | 0e17c5d355e70692a22ba633fe4c2bea18779fac | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Dec 03 02:27:09 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 03 02:27:09 2024 +0000 |
tree | aca332accc3ac421f90bd9e4f526f1d837cf2d8a | |
parent | b93c61ee8f6d589b1bb19953619fcae669b8b42c [diff] | |
parent | b915fbd94c34c6e898141ab686232052e96fa383 [diff] |
Merge "Correct a comment in flags.mk" into main am: b915fbd94c Original change: https://android-review.googlesource.com/c/platform/build/+/3383774 Change-Id: Ida1b313078e400ec2e58de8b61ccc18b13fd1c07 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.