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

Commit 490849b7 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Make USE_D8 and USE_R8 read-only" am: 670dd687

am: 357bed2f

Change-Id: I1aae393d2d4b93d9129a47ed14366c5d21fbedf9
parents 9dd101db 357bed2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -586,11 +586,13 @@ USE_PREBUILT_SDK_TOOLS_IN_PLACE := true
# Work around for b/68406220
# This should match the soong version.
USE_D8 := true
.KATI_READONLY := USE_D8

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

#
# Tools that are prebuilts for TARGET_BUILD_APPS