commit | b566a9e2e4e63b60654f8d18fb8afb6d8658cef1 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Sun Apr 25 22:00:36 2021 -0700 |
committer | Hridya Valsaraju <hridya@google.com> | Mon Apr 26 22:19:27 2021 -0700 |
tree | d8974556541bf98d6fad58b82a93b3ca417f207b | |
parent | 6edaa353b107d3e16c362fb19cc46f70a878ff3e [diff] |
Enforce debugfs restrictions on GSI builds too. Debugfs build-time/run-time restrictions must be enabled on GSI builds as well. Test: Build, boot Bug: 184381659 Change-Id: I940b0a2f6e22086dd479004a68bf6ad1cfe9eb13
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.