commit | 1d2601d6a1550c08895b5eeaea9fc8aab588825f | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Wed Jan 08 11:32:56 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 08 11:32:56 2025 -0800 |
tree | 85b8d14f279bd20f069aeab2ebff96eb7f9a3365 | |
parent | c113cb8e4882663e11fbb7434e08ef061666e372 [diff] | |
parent | 0b22d602bc081b89312c3fbd8af854ff8f31d8ae [diff] |
[automerger skipped] Update Security String to 2025-03-01 am: 4db43f45bc am: e0aca2f0f1 am: 3a80588af1 am: 3a52f60a4a am: 123710a05f am: eea0c8c857 am: ac5e0aa65a am: c45654d769 -s ours am: 3c10d8ea59 -s ours am: c815fcca18 -s ours am: 0b22d602bc -s ours am skip reason: Merged-In Ic0ccc796eac281a3caa87f1bd01eafa470ed2c64 with SHA-1 4db43f45bc is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/31207471 Change-Id: Ifbc2e408ed5b9b33194023a495b24d921112a659 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.