commit | 35f63019c9c88c5eab8f529977433b647036083a | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Mar 23 20:47:39 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Mar 23 20:47:39 2021 +0900 |
tree | 773017a58e693dfed8951e9dc6ecae67ad586476 | |
parent | ebb31762687e2e8aefba7d78d3d854eabe33f2ed [diff] |
Fix SepolicySplit soong variable It should be "filtered" by "true" because all non-empty values become true when using add_json_bool. Test: m selinux_policy on sc-arc Change-Id: I35d5881d83746230793cf8ced76885607e82334a
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.