commit | fb72d542ad0a766683b86fc48b6a9301140eea04 | [log] [tgz] |
---|---|---|
author | Paul Duffin <[email protected]> | Tue Jul 12 13:35:26 2022 +0000 |
committer | Paul Duffin <[email protected]> | Tue Jul 12 16:30:44 2022 +0000 |
tree | 8f4a5b3bd7a99482fe85551784fe9b354bb1dce6 | |
parent | 5015273fa33b3326cf654c7b028280a66e2b0d9e [diff] |
Add permission to the list of individually toggleable modules This is safe even though permission is not an optional mainline module because devices that support mainline must pass GTS and testModulesSignedCorrectly and testModulesPreloadedCorrectly in GTS currently tests this, along with testMainlineApprovedTrain which checks mandatory/optional, signing keys, and if what's preloaded are part of approved trains. Bug: 238175656 Test: # Cherry pick to branch that has Google signed prebuilts for # permission and builds from prebuilts by default. # Update the permission to an sdk snapshot generated with # r.android.com/2151273. # Make sure that the permission is built from prebuilts by # default Change-Id: Id4eb9ba0da8a05c41d3b29b1cb8fa1d2d485c7b9
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.