summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-08-28 13:05:04 -0700
committerXin Li <delphij@google.com>2020-08-28 13:05:04 -0700
commit36dcf1a404a9cf07ca5a2a6ad92371507194fe1b (patch)
tree84891ca2c8463a49ec4b89a130a9ad348525438b /boot
parent18aa69f6b22ae3d2f075946b0840224c79d9a292 (diff)
parentb659a47fb20266fed2b3d11e8b220b59fa3b373f (diff)
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
Bug: 166295507 Merged-In: I6502829205ede2de914b27e6c2c5c42916af2b39 Change-Id: I7cb06511e43bd1fffd5f80a11dbdf5b1314cfe8e
Diffstat (limited to 'boot')
-rw-r--r--boot/1.1/vts/functional/Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/boot/1.1/vts/functional/Android.bp b/boot/1.1/vts/functional/Android.bp
index 49ea09a15e..9f0c74a482 100644
--- a/boot/1.1/vts/functional/Android.bp
+++ b/boot/1.1/vts/functional/Android.bp
@@ -23,6 +23,8 @@ cc_test {
"android.hardware.boot@1.1",
"libgmock",
],
- test_suites: ["device-tests"],
+ test_suites: [
+ "device-tests",
+ "vts",
+ ],
}
-