commit | 0aa995216caf6f86dfaf684782912859bf2a19b8 | [log] [tgz] |
---|---|---|
author | Joseph Jang <josephjang@google.com> | Wed Jan 26 05:15:29 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 26 05:15:29 2022 +0000 |
tree | ddbdd57ab58a2c7ee4bd66b44514653dfbb1d390 | |
parent | ad2dfe1304fe8d86c7e1bd86ad92ac33caa8b5c5 [diff] | |
parent | c55fca1407553e24b71773b0f78e1290934661b3 [diff] |
Merge "Revert "Update minimum supported targetSdk to 28."" am: d643a20d8a am: cf5f83a368 am: f3a78d5755 am: c55fca1407 Original change: https://android-review.googlesource.com/c/platform/build/+/1960148 Change-Id: I985bc4b98f7f7c2c97048923ec5a508708fef918
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.