commit | 0dcaf387cc048e5b659a4f057b7bb5e1be7d2164 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Aug 06 16:16:24 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 06 16:16:24 2018 -0700 |
tree | 7ae608f55ba3076c258b4021c0ec03b148f7e2b4 | |
parent | d3c9855a2cfed03eced385a0227c907a6b477048 [diff] | |
parent | ad57badfdcb9b32e3eafd33285a39d6f86f16f64 [diff] |
Merge "Make ART engs owners of core/dex_preopt*.mk" am: ad57badfdc Change-Id: Iba09eaf67bebe3cb0c6adb45974900c73f132cd0
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.