commit | b77d990efaafd812d3f94aae46f382ba83decdfb | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Tue Mar 14 20:23:42 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 14 20:23:42 2023 +0000 |
tree | 00aa3a12aab21b06109172670eb474fe5d7690f7 | |
parent | 877ca9f537c1253885582f3ddb87a22dd4316be3 [diff] | |
parent | 4c14c3f28dd73e6b5c6770530f8d4d5a836489fe [diff] |
[automerger skipped] Update Security String to 2023-05-01 am: 6a3344db86 am: eaaa30b619 am: 07c703d53d am: 2c4dad8ca3 -s ours am: f60d4fdf67 -s ours am: 4c14c3f28d -s ours am skip reason: Merged-In Ie855a8ad67670fbe18f509e1ae5a348889f5bcb9 with SHA-1 2130534b73 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/21959029 Change-Id: I01a359a0cbd8f5e2e35f3f45c60010a8bcd6ca52 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.