commit | 5763fd7645102fbb1bbdb7b386e16c58664a781e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 10 13:37:10 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Sep 10 14:41:37 2018 -0700 |
tree | 72dbc556200a64ba6b3aa35be5069b0f2fc78bc1 | |
parent | fedcf86936382fdb3b8aa521258f9e68f56801ee [diff] |
Make manifest_fixer.py keep targetSdkVersion high with LOCAL_MIN_SDK_VERSION targetSdkVersion should stay as "current" when LOCAL_MIN_SDK_VERSION is set but LOCAL_SDK_VERSION is not. Bug: 112438448 Test: atest CtsTelecomTestCases Change-Id: I72a2dc1073013863f5f8c44f271eace2a4e37a23
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.