commit | c8ef37dfd88e39721c6f6666574ebb43613eff59 | [log] [tgz] |
---|---|---|
author | Alan Leung <acleung@google.com> | Wed Dec 13 00:11:40 2017 -0800 |
committer | Alan Leung <acleung@google.com> | Mon Dec 18 23:54:33 2017 -0800 |
tree | 29daa38c1ddbad56d7a4d39df91f1e4c5db61810 | |
parent | b379762089108c56fb35f865af83c4cca7c6e5f1 [diff] |
Prep D8 default instead of CompatDX in build/core Also use zip2zip to extract classes into another jar to avoid hitting parameter limit in the shell invocations. Bug: 69329508 Test: m checkbuild tests Change-Id: Ic047aa699519b6b3fd100cb5395de945f96e4d0b
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.