commit | c601524d458d114d54ee5e38f33229a8e12cbcac | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Thu Jul 28 20:02:12 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 28 20:02:12 2022 +0000 |
tree | 3596134c2644580a67e23e3d7c24a031bb036018 | |
parent | 1e3a2c32543af2b93741ca3bee75e2cc5af04301 [diff] | |
parent | 0a44e143834739f7f0af2338ac19d3782d630148 [diff] |
Update Security String to 2022-09-05 am: d041329fa0 am: 0a44e14383 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19429477 Change-Id: I0127040c375e6c001ecf08f6960e9be1be0408cf 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.