commit | 4475fe3f0323e98cf3157447c2d49b62e27a87d5 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Wed Jul 24 00:07:50 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 24 00:07:50 2024 +0000 |
tree | 17ff90a542cc87fc04547685623a1b9b87d027cd | |
parent | 94101e9adb4d102ddbedea6e1081170f76990a05 [diff] | |
parent | 07ae1d47de8838d22486396eb975816d8beb6599 [diff] |
Update Security String to 2024-09-01 am: e1e72f1e7e am: 2949169fae am: fa58343aa6 am: 07ae1d47de Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/28323421 Change-Id: I6531b38bb18fef2b237501cef1fc25c19dfa4a8d 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.