am 9d014e65: am 9353a3be: Disable Dexpreopt for generic_arm5

* commit '9d014e6570deb3861b503833823e56e1c589626c':
  Disable Dexpreopt for generic_arm5
This commit is contained in:
Brian Muramatsu
2011-09-08 10:26:29 -07:00
committed by Android Git Automerger
2 changed files with 3 additions and 1 deletions

View File

@@ -178,7 +178,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

View File

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