commit | e124e3a02dd4ae079ef4113ee96acd2f2cf31ecc | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Nov 19 18:41:05 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Nov 30 13:44:52 2021 +0900 |
tree | 3cfa76334a19241d9b6e996985233e4b2f7c474f | |
parent | af78df05536aa731eccbd3e67ca242ee164ff88f [diff] |
Add 32.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS Bug: 206330997 Test: m selinux_policy Change-Id: Ibbe71843a0ba5677203eabb27690562d55cb057e
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.