From 68984aa93aef134e1f7566418a931f103578c37d Mon Sep 17 00:00:00 2001 From: Daniel Cardenas Date: Thu, 15 Apr 2021 14:46:30 -0700 Subject: [PATCH] Test changes for build support for test jni_libs Tested with patches: aosp/1560314 aosp/1560314/ Bug: 176593487 Test: make tvts aapt Change-Id: I2a2867726cc39758dfb27a0a12867e20e4af56d7 --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index 1e9a95f9fa..95e4a73a58 100644 --- a/core/main.mk +++ b/core/main.mk @@ -914,7 +914,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),\