commit | 614e2411b30f3fbe1cbf17d1ec1fafa758622e2d | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Tue Mar 27 13:49:19 2018 -0700 |
committer | Tri Vo <trong@google.com> | Mon Apr 02 13:44:27 2018 -0700 |
tree | e97587ce9a172f865370b8971ac77ffdea7ec998 | |
parent | c6063bf93caeb57dd40739bfdc91231fc4e11530 [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 Merged-In: I2a62f7399fe245ec0c681e9a789da6b1b83dd9d8 (cherry picked from commit d9c8e956aca037ae4f140ab3bf09536396e3a661)
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.