From 8e08e377ebdf14e5839ba3aaee25837239b27b7e Mon Sep 17 00:00:00 2001 From: "Harpreet \\\"Eli\\\" Sangha" Date: Thu, 17 Oct 2019 03:51:28 +0900 Subject: [PATCH] vibrator: Add 1.4 Tests to 'vts-core' Test: Build Change-Id: I288417d30158bdf8109bf58da7415681ce66c19c Signed-off-by: Harpreet \"Eli\" Sangha --- vibrator/1.4/vts/functional/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vibrator/1.4/vts/functional/Android.bp b/vibrator/1.4/vts/functional/Android.bp index 4cdf3b66a7..202a824077 100644 --- a/vibrator/1.4/vts/functional/Android.bp +++ b/vibrator/1.4/vts/functional/Android.bp @@ -25,6 +25,9 @@ cc_test { "android.hardware.vibrator@1.3", "android.hardware.vibrator@1.4", ], - test_suites: ["general-tests"], + test_suites: [ + "general-tests", + "vts-core", + ], }