commit | ae590a3b0288d4fb0d6d47cb8ac7eda3546e2832 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Thu Apr 14 09:31:48 2022 +0100 |
committer | Artur Satayev <satayev@google.com> | Thu Apr 14 12:26:01 2022 +0000 |
tree | c2135cb1c24ea89597a334c0a64a1470e75fab83 | |
parent | 5b38d64185d8525d4afe29a96b635f9db1bac328 [diff] |
Remove sepolicy module from system image. Attempt #2. Previous attempt didn't remove precompiled sepolicy from system image, which lead to 1s boot time regression. This is not being removed in the topic. Include merged-in tag, to skip git_master revert. Bug: 199914227 Test: presubmit and manual verification Merged-In: Iafe242c8c7122174788215a02e03c8903316a223 Change-Id: Idea61f53411c541b06d74883711d633b822316d6
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.