Revert "Enable R8 by default (third attempt)"

Bug: 70858752

This reverts commit 658e4e4e3a.

Reason for revert: breaks com.android.systemui.util.leak.LeakDetectorTest#trackInstance_doesNotLeakTrackedObject

which breaks presubmit

Change-Id: I6759cbef6dd5149ddb57836cd080829a5394473d
This commit is contained in:
Alan Leung 2017-12-19 23:43:21 +00:00
parent 658e4e4e3a
commit c2cd517418
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ endif
# Default R8 behavior when USE_R8 is not specified.
ifndef USE_R8
USE_R8 := true
USE_R8 := false
endif
#