Merge "Make USE_D8 and USE_R8 read-only"
am: 670dd68705
Change-Id: I04e82b076c3669fa3a3ce73e2012c9c430ce47eb
This commit is contained in:
@@ -586,11 +586,13 @@ USE_PREBUILT_SDK_TOOLS_IN_PLACE := true
|
|||||||
# Work around for b/68406220
|
# Work around for b/68406220
|
||||||
# This should match the soong version.
|
# This should match the soong version.
|
||||||
USE_D8 := true
|
USE_D8 := true
|
||||||
|
.KATI_READONLY := USE_D8
|
||||||
|
|
||||||
# Default R8 behavior when USE_R8 is not specified.
|
# Default R8 behavior when USE_R8 is not specified.
|
||||||
ifndef USE_R8
|
ifndef USE_R8
|
||||||
USE_R8 := true
|
USE_R8 := true
|
||||||
endif
|
endif
|
||||||
|
.KATI_READONLY := USE_R8
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools that are prebuilts for TARGET_BUILD_APPS
|
# Tools that are prebuilts for TARGET_BUILD_APPS
|
||||||
|
Reference in New Issue
Block a user