Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9353a3be authored by Brian Muramatsu's avatar Brian Muramatsu
Browse files

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
parent 31e27eeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,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
+2 −0
Original line number Original line Diff line number Diff line
@@ -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