commit | 42f68fbf39ac65fbafaae89d4807be03367cd24b | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Mon Nov 15 21:04:40 2021 +0000 |
committer | Michael Wright <michaelwr@google.com> | Mon Nov 15 21:23:01 2021 +0000 |
tree | eeb574f2fd93b6c4ea67cc9f19a5180c3d8fac3c | |
parent | 31b3bf7e11c4679364e3fba348e7994ea800a71a [diff] |
Revert back to 12 instead of 12L Bug: 206132499 Bug: 204295952 Test: N/A Change-Id: I7f87d189030e97f47dc81b756d1397b4aa65daf0
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.