commit | 2c4dad8ca3e31a790e048c88dcedc6f78ceee645 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Tue Mar 14 18:23:46 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 14 18:23:46 2023 +0000 |
tree | b80e887f770c899bf659452021f44dee2b3fd1d0 | |
parent | 0f43799a5a1fb9f890df5fe829a7864b4caf773f [diff] | |
parent | 07c703d53ddec422835c912565efea02336e3a85 [diff] |
Update Security String to 2023-05-01 am: 6a3344db86 am: eaaa30b619 am: 07c703d53d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/21959029 Change-Id: I3094f5ac3fdabb17f8083a4fff9addb4f043ba11 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.