commit | be3575ddadf0331461f51fc196f8e15822c498a9 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Thu Sep 15 23:21:40 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 15 23:21:40 2022 +0000 |
tree | c6e6dd2fcceba637f3897dc6485777bb045d27a7 | |
parent | fe9821c26008dccb318cba45f782d6f2a24347f8 [diff] | |
parent | 2486db519f398683b21df1908fdadc39a67a4b81 [diff] |
Merge "Reland: Generate fs-verity build manifst APK for other partitions" am: 90195c958d am: 41e6b26779 am: 2486db519f Original change: https://android-review.googlesource.com/c/platform/build/+/2215026 Change-Id: Ib734ab4a10d1af199424ed2427625c9bd178534e 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.