Merge "Install .idsig files to test suite dirs."

This commit is contained in:
Jaewoong Jung 2020-05-07 21:48:07 +00:00 committed by Gerrit Code Review
commit 9150e7a65c
1 changed files with 1 additions and 1 deletions

View File

@ -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),\