commit | 170a44526c6247bcf2d3d19c49de390dfc26b4b6 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Sat Apr 04 00:59:41 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Mon Apr 06 10:54:28 2020 -0700 |
tree | 7e2de0dfef51eb05724be7eac7ae5623fd32ecb7 | |
parent | ad5bf6f522b1bc0f7ebf23b8b17106f5330edff1 [diff] [blame] |
Convert VtsHalBroadcastradioV1_0/1TargetTest to parameterized gtest Bug: 142397658 Test: atest VtsHalBroadcastradioV1_0TargetTest \ VtsHalBroadcastradioV1_1TargetTest Change-Id: I41329305c4c7da117cd6e76cd3950fa38d9db5c2
diff --git a/broadcastradio/1.1/vts/functional/Android.bp b/broadcastradio/1.1/vts/functional/Android.bp index 0a02a69..661439a 100644 --- a/broadcastradio/1.1/vts/functional/Android.bp +++ b/broadcastradio/1.1/vts/functional/Android.bp
@@ -25,5 +25,8 @@ "android.hardware.broadcastradio@vts-utils-lib", "libgmock", ], - test_suites: ["general-tests"], + test_suites: [ + "general-tests", + "vts", + ], }