commit | d7df770c4ab2259422d036d706a346380d2d8874 | [log] [tgz] |
---|---|---|
author | Felix Elsner <google@ix5.org> | Thu Jul 16 13:00:59 2020 +0200 |
committer | Bowgo Tsai <bowgotsai@google.com> | Wed Oct 07 15:56:52 2020 +0800 |
tree | 8c7c8010dff589196d218b4842e924b465f1884b | |
parent | 501ca68fd5718d40ed37c100ca84a3f55ab2010c [diff] |
soong_config: Support SYSTEM_EXT* sepolicy vars The new variable name reflects its actual usage. Keep compatibility with BOARD_PLAT_* because it has been a convention for years. Also add warning messages for BOARD_PLAT_* variables via KATI_deprecated_var. Test: `make selinux_policy` with `SYSTEM_EXT_{PUBLIC,PRIVATE_SEPOLICY_DIRS}` set, observe additions in `$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/selinux` Signed-off-by: Felix Elsner <google@ix5.org> Change-Id: I58c64839cc513ae082cd3ee3c1e108843ea7439e
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.