commit | fd1a018a483d4f7f4595131d634af104806ea633 | [log] [tgz] |
---|---|---|
author | Sandro <sandrom@google.com> | Wed Aug 31 08:59:58 2022 +0000 |
committer | Sandro <sandrom@google.com> | Thu Sep 01 09:11:37 2022 +0000 |
tree | 1b34be440427f72381c4aea098f01fe847fd02cd | |
parent | a2159cd341c6a110bd8483a16ebccadc1202d3cd [diff] |
Make com.android.sepolicy mandatory The apex_sepolicy files were removed from the system partition in ag/17753690 because they were not necessary in T builds. For updatable sepolicy in Android U+ we are planning to move parts of the existing platform policy into the apex sepolicy, so we will need to make the apex_sepolicy files available to all builds. Bug: 243923977 Test: adb shell ls /dev/selinux /system/etc/selinux Change-Id: I24b8b8880149885d98caf992afdae908ead11fcf
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.