commit | 934aaaffa68ae8a2fdb7fde04ddced5f407f18da | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Jan 07 09:10:56 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Fri Jan 07 19:16:34 2022 +0900 |
tree | a40dc93b50e8dc521ddf2054996aa81a1e5ebc9a | |
parent | 13daf3d4a2597213ae563ec4887fe05daf4d8695 [diff] |
Add sepolicy compat versions to soong config Bug: 33691272 Test: build Change-Id: Idef2efb8bb9ea6ea2b4bd072b4e75296b12294d1
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.