commit | 46cff02f700d40bada52ec242f1677cff9b59a58 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri May 14 06:12:44 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 14 06:12:44 2021 +0000 |
tree | 08f717b05e4e8346de6f93a4d4798e64db8b27f5 | |
parent | b961222c08919f5daddf7b6f702f95330e9c9cd9 [diff] | |
parent | bb841af40dfc145dd95af7578d3ce86ffb1a7ba1 [diff] |
Merge "Do not enforce debugfs restrictions on GSI builds" am: 04d72d0a46 am: 19b49a7b37 am: bb841af40d Original change: https://android-review.googlesource.com/c/platform/build/+/1707468 Change-Id: I97f95e2f99e7b10c6852652b821eb59f76f05f8c
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.