commit | 0b734ccd91d8e2b828dab15b966f142f82cd4330 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon May 02 14:19:51 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Mon May 02 14:19:51 2022 +0900 |
tree | df738383c81d43430b45c06de38542425d431cb8 | |
parent | e30f7e8be15e4afefbe71ec5b04410b0f8880e7b [diff] |
Add 33.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS Test: m selinux_policy Change-Id: I0efaf48ff96c6225183cdbf13904ef41c9f2389d
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.