commit | 48603ff158d21bfea293680b9c8f38bcda73a2bb | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Mon Feb 22 15:15:24 2021 -0800 |
committer | Daniel Norman <danielnorman@google.com> | Tue Feb 23 11:41:29 2021 -0800 |
tree | 5efff782bf1faf954742243e18baecc66a0e3442 | |
parent | 5af98130b89afb7caa6fc383e6f79116c5b1fc8f [diff] |
Creates a combined split-sepolicy file in merge_target_files.py. This follows the same steps as OpenSplitPolicy() in system/core/init/selinux.cpp on the device. Bug: 178864050 Test: merge_target_files for R+S and S+S devices Test: test_merge_target_files Change-Id: Ia41a436bfda8e2cb65706122f0ff3805b99d16e1
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.