File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,6 @@ LOCAL_MODULE_TAGS := optional
84
84
LOCAL_MODULE := core-libart
85
85
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH ) /JavaLibrary.mk
86
86
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
90
87
include $(BUILD_JAVA_LIBRARY )
91
88
92
89
ifeq ($(LIBCORE_SKIP_TESTS ) ,)
@@ -165,9 +162,6 @@ LOCAL_MODULE_TAGS := optional
165
162
LOCAL_MODULE := core-libart-hostdex
166
163
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH ) /JavaLibrary.mk
167
164
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
171
165
include $(BUILD_HOST_DALVIK_JAVA_LIBRARY )
172
166
173
167
# Make the core-tests library.
You can’t perform that action at this time.
0 commit comments