commit | 819a1006e35e954d2a855ae50b22e365a7cea3d3 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Fri Mar 15 17:56:09 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 15 17:56:09 2024 +0000 |
tree | f7259030ff36f32560e9f935160f1cabbcfc7c6f | |
parent | e91d145dce6dd6b37f6772e773841187dfee42d1 [diff] | |
parent | f86c72cb78179f2f89b75bc059733b1e0c0bf0b2 [diff] |
Update Security String to 2024-05-01 am: d269659a47 am: b46a02e26b am: 855beb3d53 am: 643a336516 am: 7f71859e75 am: f86c72cb78 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/26566369 Change-Id: I82e102087b3102270cab79f45a1d04f795651491 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.