Use package.apk.unaligned in CTS Build

Bug 5252989

This prevents dexopt installation failures when trying to
install CTS apks on production devices.

Change-Id: I1eeb0ac567c3be3b831c8c27dee4005ec00fd7cd
diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk
index 8c36ef6..62e7da3 100644
--- a/core/tasks/cts.mk
+++ b/core/tasks/cts.mk
@@ -174,7 +174,7 @@
 
 define copy-testcase-apk
 
-$(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk \
+$(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk.unaligned \
 	$(PRIVATE_DIR)/repository/testcases/$(1).apk
 
 endef