commit | 870d34f644df911a591ca29518ac8f2785a23fa2 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 13 15:18:28 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 13 15:18:28 2018 -0800 |
tree | a76f33577479c6d2fecfaf79caac4ee09fe33a27 | |
parent | ec7c8ac120be467d2f82d85d67b44a2ad4e07db5 [diff] | |
parent | edd3d6cc841479a5a4f0a8fe8feb23d6f9fb48ab [diff] |
Merge "Move dexpreopting to Soong" am: 3b1d5a1538 am: edd3d6cc84 Change-Id: I75acef733cc0d7a7731a0a0ed6c8df7c233da2a2
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.