commit | 08fbdf8c7505049f28ba1391dc837e7c61c0fe17 | [log] [tgz] |
---|---|---|
author | Santiago Seifert <aquilescanta@google.com> | Thu Sep 23 13:07:25 2021 +0000 |
committer | Santiago Seifert <aquilescanta@google.com> | Thu Sep 23 13:13:40 2021 +0000 |
tree | e4f6e9295af7457a65bcd887b23fa2d585b11f50 | |
parent | 0a468fe904768240fe011f1c47fa89b3165c265c [diff] |
Revert "Add PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT" Revert "Add system_ext_userdebug_plat_sepolicy.cil for GSI" Revert submission 1824717-gsi_debug_policy Reason for revert: Breaks the build (see b/200933187). Reverted Changes: I37ef02628:Add a copy of debug policy to GSI system image I9c3dad8bb:Add PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT I43adc6ada:Add system_ext_userdebug_plat_sepolicy.cil for GSI... I4d6235c73:Add /system_ext/etc/selinux/ to the debug policy s... Bug: 200933187 Change-Id: I4252793fbee1b83e3db26f944ac0be6581fa773f
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.