commit | d43b45b994356fcc9f5b43b7bd3f6e98283baa74 | [log] [tgz] |
---|---|---|
author | Alan Leung <acleung@google.com> | Thu Dec 21 18:35:41 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 21 18:35:41 2017 +0000 |
tree | 65b9b8aeac07f2c542d304ba54e7c5d6a3887434 | |
parent | a294e329602d48376a848f03ef26441312029342 [diff] | |
parent | af233a4dcf099886196d61428b93d9c3edabb031 [diff] |
Merge "Add zip2zip as dependency of dexing step." am: f0971be1b6 am: 7269770b28 am: af233a4dcf Change-Id: If15cb28fa50d8f9398f300ee7b5df92fe2649210
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.