commit | e575157366524402fc821a20a496c267ba91943a | [log] [tgz] |
---|---|---|
author | Ashwini Oruganti <ashfall@google.com> | Thu Oct 31 14:12:08 2019 -0700 |
committer | Ashwini Oruganti <ashfall@google.com> | Thu Oct 31 14:12:08 2019 -0700 |
tree | a1c1dc38fc99fdd33bffb23f49eefe5456d2bf64 | |
parent | 374213db0dfbdd04a35689b2085162e8c35aec72 [diff] |
Remove the cert for GooglePermissionController We no longer need to specify seinfo for privapps when defining rules in seapp_contexts. And so, we also no longer need to have the key here. Bug: 142672293 Test: Happy builds. Change-Id: I0d67844db5a59c445f76e2aef0a13446e486a193
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.