commit | c2cd517418eebace86ab2f37bc4e352d4bca96ff | [log] [tgz] |
---|---|---|
author | Alan Leung <acleung@google.com> | Tue Dec 19 23:43:21 2017 +0000 |
committer | Alan Leung <acleung@google.com> | Tue Dec 19 23:45:15 2017 +0000 |
tree | 6044b459d72ad274f7ff065a30ea206ff6beee10 | |
parent | 658e4e4e3a975244d078ba3b6332f68486e727bc [diff] |
Revert "Enable R8 by default (third attempt)" Bug: 70858752 This reverts commit 658e4e4e3a975244d078ba3b6332f68486e727bc. Reason for revert: breaks com.android.systemui.util.leak.LeakDetectorTest#trackInstance_doesNotLeakTrackedObject which breaks presubmit Change-Id: I6759cbef6dd5149ddb57836cd080829a5394473d
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.