commit | 08a11a771c7a4a2f8c04a382f2192da243023bd8 | [log] [tgz] |
---|---|---|
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Thu Dec 14 10:00:19 2017 +0000 |
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Wed Jan 24 13:58:49 2018 +0000 |
tree | 25990b06847a9b793f83b98c550959498c7c505c | |
parent | afb3579213aef174a8c6ad1879ddbb8f74738d22 [diff] |
Enforce deprecation policy for apps. Android platform drops support for apps that target a very old API level. Apps targeting version earlier than Android Jelly Bean MR1 (2012) will show a warning dialog when starting an activity. Test: atest CtsActivityManagerDeviceTestCases:DeprecatedTargetSdkTest Bug: 63926630 Change-Id: Ia849d67339d5172c09960725b6b1e200df0307d1
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.