forked from openkylin/platform_build
Merge "Test changes for build support for test jni_libs" am: f3162034ef
am: bcc08a2454
am: ab9ffa8fed
Original change: https://android-review.googlesource.com/c/platform/build/+/1680149 Change-Id: Idda39045f8a58b6abe55b09e2ca934643b4603af
This commit is contained in:
commit
9c612a36eb
|
@ -916,7 +916,7 @@ endef
|
|||
# Scan all modules in general-tests, device-tests and other selected suites and
|
||||
# flatten the shared library dependencies.
|
||||
define update-host-shared-libs-deps-for-suites
|
||||
$(foreach suite,general-tests device-tests vts art-host-tests host-unit-tests,\
|
||||
$(foreach suite,general-tests device-tests vts tvts art-host-tests host-unit-tests,\
|
||||
$(foreach m,$(COMPATIBILITY.$(suite).MODULES),\
|
||||
$(eval my_deps := $(call get-all-shared-libs-deps,$(m)))\
|
||||
$(foreach dep,$(my_deps),\
|
||||
|
|
Loading…
Reference in New Issue