From c8faeb574c88e79ce45bc3f2e039a18b6b98b6fc Mon Sep 17 00:00:00 2001 From: Jaewoong Jung Date: Wed, 6 May 2020 12:46:30 -0700 Subject: [PATCH] Install .idsig files to test suite dirs. (This is a cherry-pick change.) Bug: 153675112 Test: m cts && ls out/host/linux-x86/cts/android-cts/testcases/ Change-Id: I2f24f4567ed3fab1f6ad4d66cc0f798332543b8d Merged-In: I2f24f4567ed3fab1f6ad4d66cc0f798332543b8d --- core/soong_app_prebuilt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/soong_app_prebuilt.mk b/core/soong_app_prebuilt.mk index a3de688ee..4197c58b3 100644 --- a/core/soong_app_prebuilt.mk +++ b/core/soong_app_prebuilt.mk @@ -110,7 +110,7 @@ $(my_all_targets): $(my_installed) # Copy test suite files. ifdef LOCAL_COMPATIBILITY_SUITE -my_apks_to_install := $(foreach f,$(filter %.apk,$(LOCAL_SOONG_BUILT_INSTALLED)),$(call word-colon,1,$(f))) +my_apks_to_install := $(foreach f,$(filter %.apk %.idsig,$(LOCAL_SOONG_BUILT_INSTALLED)),$(call word-colon,1,$(f))) $(foreach suite, $(LOCAL_COMPATIBILITY_SUITE), \ $(eval my_compat_dist_$(suite) := $(foreach dir, $(call compatibility_suite_dirs,$(suite)), \ $(foreach a,$(my_apks_to_install),\