commit | 2a8c1b9554083a82698e92b9f427dac5456d61d3 | [log] [tgz] |
---|---|---|
author | Nick Kovacs <nrkovacs@google.com> | Thu Jul 21 17:59:51 2022 +0000 |
committer | Nick Kovacs <nrkovacs@google.com> | Wed Jul 27 23:50:48 2022 +0000 |
tree | d0739ab482bf888feb704522b564af2be6ebd80d | |
parent | b70ba46c15d274ec8040d260f44fd3b9fcdbd1b1 [diff] |
Update minimum supported targetSdk to 29 Trailing by 4 major releases, as per schedule. Test: make Test: atest CtsWindowManagerSdk25TestCases:AspectRatioSdk25Tests Test: atest CtsWindowManagerSdk28TestCases:AspectRatioSdk28Tests Bug: 215522897 Change-Id: Ie4a4ad6d4e7af8c23003a653a2d2ef514adb1169
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.