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:
Brian Muramatsu 2011-09-07 18:12:22 -07:00
parent 31e27eebc3
commit 9353a3be5f
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -19,3 +19,5 @@ include build/target/board/generic/BoardConfig.mk
TARGET_ARCH_VARIANT :=
TARGET_CPU_ABI := armeabi
TARGET_CPU_ABI2 :=
WITH_DEXPREOPT := false