commit | 771b893d0f3d12783539ef9377b56fec1ae5ba1b | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Dec 11 18:11:59 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Dec 13 09:20:12 2023 +0000 |
tree | c42f1798614289d43db571503304773a390dcdc1 | |
parent | aaf82ff6261ad205eb38f4f74eeabaa469617219 [diff] |
Change sepolicy version format for vFRC sepolicy versioning is for system <-> vendor compatibility. This changes sepolicy version format from sdk version (e.g. 34.0) to vendor api version (e.g. 202404.0). Bug: 314010177 Test: build and boot Change-Id: Ic15e07e7422be203dae08670bf58328669c9f474
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.