commit | fc07c41a9e15b7ccab1e5fb305fe2714d94518cd | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Dec 19 17:21:57 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 19 17:21:57 2019 -0800 |
tree | d7ad843ef382affc40914489d1ef0f376c527fb0 | |
parent | e42f12a376a4ba8a87251345e42c3b5a0ce07c95 [diff] | |
parent | f8b8c647e4004c0c1d2a1acd6dd8d3aad19539de [diff] |
Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR am: f8b8c647e4 Change-Id: I21a7d152470118c73e2c8c7f8af8897827c6456c
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.