From 24621daf454b0f8db031e32f1fc054b90931ebc7 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 19 Apr 2019 19:51:41 -0700 Subject: [PATCH] Add dep to ...broadcastradio@common-utils-2x-tests Required now because iterators use the base hidl_vec constructor. It's not expected this type of change would be needed in any places. This test originally came with the introduction of the constructor that created the hidl_vec. Bug: 131356202 Test: build only, links (note b/130918604) Change-Id: Ide3cb13b6afd79489c208af2396e7c02b7da436e Merged-In: Ide3cb13b6afd79489c208af2396e7c02b7da436e --- broadcastradio/common/tests/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/broadcastradio/common/tests/Android.bp b/broadcastradio/common/tests/Android.bp index ef8733c290..0ace941ac1 100644 --- a/broadcastradio/common/tests/Android.bp +++ b/broadcastradio/common/tests/Android.bp @@ -58,6 +58,7 @@ cc_test { "android.hardware.broadcastradio@common-utils-2x-lib", ], shared_libs: [ + "libhidlbase", "android.hardware.broadcastradio@2.0", ], test_suites: ["general-tests"],