commit | bb841af40dfc145dd95af7578d3ce86ffb1a7ba1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri May 14 05:55:29 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 14 05:55:29 2021 +0000 |
tree | 66a1a5fe915ebb26d65920ec98b7910ebabd1410 | |
parent | 9fda600aa32f5ece89b36bb9baae1fa15b8b5c42 [diff] | |
parent | 19b49a7b376a74d5cb08ca07f115737c62cd0cb3 [diff] |
Merge "Do not enforce debugfs restrictions on GSI builds" am: 04d72d0a46 am: 19b49a7b37 Original change: https://android-review.googlesource.com/c/platform/build/+/1707468 Change-Id: I528dab15b694a3b214dda29ea654d30907660dcd
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.