commit | 58e71ce89cf39dfe32ff332229f0e6f2f8d02cb3 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Sep 04 13:05:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 04 13:05:19 2019 -0700 |
tree | 6efbb087c630150e77078289f80d7688ae3cc559 | |
parent | 9ecb6b704c4e5873abf0a75b0a91b20f32e916af [diff] | |
parent | b495ee8d82d49cd506c1ae3417ba215437c8bcd7 [diff] |
Merge "Delete cts_instant tasks: not needed anymore" am: 979c9f3117 am: c264c32770 am: a8800e475d am: 2f33b27bf5 am: b495ee8d82 Change-Id: Ie25c293bb68a019efa173de7d1c291b5adf5dfd6
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.