* commit '8658fa51d15290cf43178d0633b53f11ff08a4aa': Disable Dexpreopt for generic_arm5
This commit is contained in:
@@ -201,7 +201,7 @@ $(call dist-for-goals,cts,$(INTERNAL_CTS_TARGET))
|
|||||||
|
|
||||||
define copy-testcase-apk
|
define copy-testcase-apk
|
||||||
|
|
||||||
$(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk.unaligned \
|
$(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk \
|
||||||
$(PRIVATE_DIR)/repository/testcases/$(1).apk
|
$(PRIVATE_DIR)/repository/testcases/$(1).apk
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
@@ -19,3 +19,5 @@ include build/target/board/generic/BoardConfig.mk
|
|||||||
TARGET_ARCH_VARIANT :=
|
TARGET_ARCH_VARIANT :=
|
||||||
TARGET_CPU_ABI := armeabi
|
TARGET_CPU_ABI := armeabi
|
||||||
TARGET_CPU_ABI2 :=
|
TARGET_CPU_ABI2 :=
|
||||||
|
|
||||||
|
WITH_DEXPREOPT := false
|
||||||
|
Reference in New Issue
Block a user