Skip to content

Commit 4275765

Browse files
committed
Remove prohibition on stripping classes.dex from core-libart for Dalvik/ART dual-boot
Bug: 18364650 Change-Id: I86ad8e627bbc558252b4c2aab520a5bf8639df5a
1 parent b87fdb7 commit 4275765

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

JavaLibrary.mk

-6
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ LOCAL_MODULE_TAGS := optional
8484
LOCAL_MODULE := core-libart
8585
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/JavaLibrary.mk
8686
LOCAL_REQUIRED_MODULES := tzdata
87-
# Should not be dex-preopted as it isn't really a Dalvik boot jar or a
88-
# regular java library, but part of the image for ART.
89-
LOCAL_DEX_PREOPT := false
9087
include $(BUILD_JAVA_LIBRARY)
9188

9289
ifeq ($(LIBCORE_SKIP_TESTS),)
@@ -165,9 +162,6 @@ LOCAL_MODULE_TAGS := optional
165162
LOCAL_MODULE := core-libart-hostdex
166163
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/JavaLibrary.mk
167164
LOCAL_REQUIRED_MODULES := tzdata-host
168-
# Should not be dex-preopted as it isn't really a Dalvik boot jar or a
169-
# regular java library, but part of the image for ART.
170-
LOCAL_DEX_PREOPT := false
171165
include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
172166

173167
# Make the core-tests library.

0 commit comments

Comments
 (0)