commit | 190548f558f3156356f6244c70733025da95598f | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Thu Feb 08 20:40:23 2018 -0800 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Tue Feb 13 10:15:37 2018 -0800 |
tree | ae7c9bd181fcf3b748789b1f6528a6d2713ffaaf | |
parent | 6b0b8669f3dfa8e7fb77c8a965758efa4154e769 [diff] [blame] |
Convert broadcastradio hal test to use VtsHalHidlTargetTestEnvBase Bug: 64203181 Test: make vts vts-tradefed run vts -m VtsHalBroadcastradioV1_0Target vts-tradefed run vts -m VtsHalBroadcastradioV1_1Target Change-Id: I574b54dc95522486f4be9b50da436e90f3f88b9d
diff --git a/broadcastradio/common/vts/utils/Android.bp b/broadcastradio/common/vts/utils/Android.bp index 4ba8a17..d3edc76 100644 --- a/broadcastradio/common/vts/utils/Android.bp +++ b/broadcastradio/common/vts/utils/Android.bp
@@ -25,4 +25,8 @@ "-Wextra", "-Werror", ], + static_libs: [ + "VtsHalHidlTargetTestBase", + ], + group_static_libs: true, }