commit | 003b231944cdb52f487413e9a82336b2043ae72d | [log] [tgz] |
---|---|---|
author | Steven Moreland <[email protected]> | Thu Apr 02 14:34:01 2020 -0700 |
committer | Steven Moreland <[email protected]> | Thu Apr 02 14:34:36 2020 -0700 |
tree | 571cdb76f4230e1b626124973e450f2b560a8cb6 | |
parent | ec78149a5ca09110114eaf7a3753080353632379 [diff] [blame] |
Add VtsHalBootV1_1TargetTest to VTS. Bug: 139438327 Test: N/A Change-Id: I72a6b3f60c861d4cda5f3a5fb56e15d4bbe7bc41
diff --git a/boot/1.1/vts/functional/Android.bp b/boot/1.1/vts/functional/Android.bp index 49ea09a..9f0c74a 100644 --- a/boot/1.1/vts/functional/Android.bp +++ b/boot/1.1/vts/functional/Android.bp
@@ -23,6 +23,8 @@ "[email protected]", "libgmock", ], - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "vts", + ], } -