commit | a8a2da75112bdde35ca68d0942e1bb989e212803 | [log] [tgz] |
---|---|---|
author | Owner Cleanup Bot <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> | Tue Feb 25 15:36:05 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 25 15:36:05 2025 -0800 |
tree | 63c8d016d6e12ce1f23037d5e84b9d10e21ed5f8 | |
parent | bdef4ca92ebe97a01c1ab62c1fbc5840511b838b [diff] | |
parent | c7020321792c5da53df2a1d4586608ff99017a80 [diff] |
Merge "Remove jsharkey@google.com from core/OWNERS" into main am: 80215f59c6 am: c702032179 Original change: https://android-review.googlesource.com/c/platform/build/+/3265217 Change-Id: I9c7de8de92bed02e5b90570b184df857b8dbd26b 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.