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

Commit 1d4e668c authored by Søren Gjesse's avatar Søren Gjesse
Browse files

Enable R8 by default (fifth attempt)

Fixed bugs which was discovered in the last attempt.

Bug: 70878367

Test: m -j PRODUCT-taimen-userdebug
Test: Check that some .vdex files built have R8 generated code
Change-Id: Ib08a0bf8daac8898b09755bf0cb3d89c81c2b09e
parent c218a41c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ endif

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

#