Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1b50508 authored by Søren Gjesse's avatar Søren Gjesse Committed by Yohann Roussel
Browse files

Enable R8 by default (third attempt)

Test: m -j PRODUCT-aosp_x86-userdebug
Test: Check that some .vdex files built have R8 generated code

(cherry picked from commit 658e4e4e)

Change-Id: I6ca074b6e1d3cd43c92d82ef54b06eba0312f3a5
parent ccb1781c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ endif

# Default R8 behavior when USE_R8 is not specified.
ifndef USE_R8
  USE_R8 := false
  USE_R8 := true
endif

#