commit | 51d95fc646feeb717e25a517ac37dbdc47346bff | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jan 07 23:07:01 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 07 23:07:01 2022 +0000 |
tree | b1c453434ac3260114b7ef4fc392dceb296b1d4c | |
parent | ac95deb6b09aceea94a25d49b759ae2af6e176d9 [diff] | |
parent | c10c51039eb2fc9a0ff92bee913677b0b36ffaab [diff] |
Merge "Add missing dependencies of fs-verity manifest APK" am: d541c6c898 am: c10c51039e Original change: https://android-review.googlesource.com/c/platform/build/+/1941183 Change-Id: Iefb5d275489b9c5adce2e5a621557d06326322d1
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.