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

Commit 896c30a6 authored by Søren Gjesse's avatar Søren Gjesse
Browse files

Prepare for switching from Proguard to R8

Test: m -j PRODUCT-asop_x86-userdebug
Test: Check that no *.vdex files in the image are generated by R8

Change-Id: Ifd85d485fa5b6148723378a15c5faef849381ce1
parent 8552bebe
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -542,6 +542,11 @@ ifndef USE_D8
  USE_D8 := true
endif

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

#
# Tools that are prebuilts for TARGET_BUILD_APPS
#