commit | c4d9d32fe8f69a515abeae76a79e8a0ebaac292c | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Fri Sep 15 14:06:31 2023 -0400 |
committer | Liz Kammer <eakammer@google.com> | Fri Sep 15 14:09:09 2023 -0400 |
tree | 8a30008158147f4e102b6cce4061299a569d44a2 | |
parent | fc68cf4d45e8f3f291a2a8a043e7b16cbbf775a1 [diff] |
Cleanspec to remove tools/metalava subdir Test: CI Change-Id: I412a093ef3964fcecf2b726cbfe0f78032242e95
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.