commit | 2dafa806d9290c5e561646232a149084321709b5 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 05 23:24:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 05 23:24:19 2020 +0000 |
tree | d9ae840874f224ccf6793d2dc2c3ad227525ea3f | |
parent | 0181bbb6bb633f22e17739d97396e19fc72c9977 [diff] | |
parent | 99f9f35e2990eae3c1dabde76f3dc73047754561 [diff] |
Merge "More Java/Kotlin warning patterns" am: 99f9f35e29 Change-Id: I459e529fb0ff745866fbb93ee113221a4c0df51b
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.