summaryrefslogtreecommitdiffstats
path: root/broadcastradio
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-04-19 19:51:41 -0700
committerSteven Moreland <smoreland@google.com>2019-04-26 11:31:18 -0700
commit24621daf454b0f8db031e32f1fc054b90931ebc7 (patch)
tree2492fd8612f28b87acd4d9cd3b1ecae374332262 /broadcastradio
parent3129bda3961945e03e1242ee63524e431525bf67 (diff)
downloadandroid_hardware_interfaces-24621daf454b0f8db031e32f1fc054b90931ebc7.tar.gz
android_hardware_interfaces-24621daf454b0f8db031e32f1fc054b90931ebc7.tar.bz2
android_hardware_interfaces-24621daf454b0f8db031e32f1fc054b90931ebc7.zip
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
Diffstat (limited to 'broadcastradio')
-rw-r--r--broadcastradio/common/tests/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/broadcastradio/common/tests/Android.bp b/broadcastradio/common/tests/Android.bp
index ef8733c29..0ace941ac 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"],