forked from openkylin/platform_build
Disable Dexpreopt for generic_arm5
Bug 5267392 After coming across another place where I would have to use package.apk.unaligned, I decided maybe it is best to just disable dexpreopt as was previously suggested. Use package.apks in the CTS Makefile task. Change-Id: Iec839a72f4b53441337523b8a9cccda657eec8e8
This commit is contained in:
parent
31e27eebc3
commit
9353a3be5f
|
@ -174,7 +174,7 @@ $(call dist-for-goals,cts,$(INTERNAL_CTS_TARGET))
|
|||
|
||||
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
|
||||
|
||||
endef
|
||||
|
|
|
@ -19,3 +19,5 @@ include build/target/board/generic/BoardConfig.mk
|
|||
TARGET_ARCH_VARIANT :=
|
||||
TARGET_CPU_ABI := armeabi
|
||||
TARGET_CPU_ABI2 :=
|
||||
|
||||
WITH_DEXPREOPT := false
|
||||
|
|
Loading…
Reference in New Issue