commit | db537d5eaef68130ec3b7b51a2cd809a57b1caca | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 20 09:25:17 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 20 09:25:17 2018 -0700 |
tree | 8e17a0a0100c572f606577d5eb10d9726794de0a | |
parent | 236a99f1e1783883e73ef265f042d5aec1ea054a [diff] | |
parent | dae65898f2b530434b0964188ac04fce17be3b41 [diff] |
Merge "releasetools: Factor out the check for (compressed) APK file." am: 2ba547a1c7 am: 023b5104d7 am: dae65898f2 Change-Id: Ic3fed93778c1fc8664f204fabeefa9148d2b1bec
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.