commit | edd3d6cc841479a5a4f0a8fe8feb23d6f9fb48ab | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 13 14:43:29 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 13 14:43:29 2018 -0800 |
tree | 0c90a1a9d20d872e5a6de985483d6db7035d065c | |
parent | 5437eeeb1cb51299d61586eb4c6106ff8f2a75a7 [diff] | |
parent | 3b1d5a153885f49336394e90e8a03a6ac79da8b1 [diff] |
Merge "Move dexpreopting to Soong" am: 3b1d5a1538 Change-Id: I0019c4ebde9d80fd079538ac565511904e8e4b98
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.