commit | d9c8e956aca037ae4f140ab3bf09536396e3a661 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Tue Mar 27 13:49:19 2018 -0700 |
committer | Tri Vo <trong@google.com> | Tue Mar 27 17:11:38 2018 -0700 |
tree | 2964b21c07e4878c4dc64ddfabf7c2cdb209569d | |
parent | c209fb179969a2a44dc0071d506135b7ee178212 [diff] |
Add TOT_SEPOLICY_VERSION = 10000.0 This variable is equal to the sepolicy version for tip-of-tree development. Bug: 74622750 Test: ./build/soong/soong_ui.bash --dumpvars-mode -vars PLATFORM_SEPOLICY_VERSION is unchanged. Change-Id: I2a62f7399fe245ec0c681e9a789da6b1b83dd9d8
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.