diff --git a/atrace/1.0/vts/functional/Android.bp b/atrace/1.0/vts/functional/Android.bp index 6b50fb5bf7..d3f4276285 100644 --- a/atrace/1.0/vts/functional/Android.bp +++ b/atrace/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalAtraceV1_0TargetTest.cpp"], static_libs: ["android.hardware.atrace@1.0"], + test_suites: ["general-tests"], } diff --git a/audio/core/2.0/vts/functional/Android.bp b/audio/core/2.0/vts/functional/Android.bp index d1ddaff948..cfa637b84b 100644 --- a/audio/core/2.0/vts/functional/Android.bp +++ b/audio/core/2.0/vts/functional/Android.bp @@ -29,4 +29,5 @@ cc_test { "libicuuc_stubdata", "libxml2", ], + test_suites: ["general-tests"], } diff --git a/audio/core/4.0/vts/functional/Android.bp b/audio/core/4.0/vts/functional/Android.bp index e3b376ca88..7be888f084 100644 --- a/audio/core/4.0/vts/functional/Android.bp +++ b/audio/core/4.0/vts/functional/Android.bp @@ -35,4 +35,5 @@ cc_test { header_libs: [ "android.hardware.audio.common.util@all-versions", ], + test_suites: ["general-tests"], } diff --git a/audio/effect/2.0/vts/functional/Android.bp b/audio/effect/2.0/vts/functional/Android.bp index 51d2e11a19..1760e018d8 100644 --- a/audio/effect/2.0/vts/functional/Android.bp +++ b/audio/effect/2.0/vts/functional/Android.bp @@ -32,4 +32,5 @@ cc_test { "libicuuc_stubdata", "libxml2", ], + test_suites: ["general-tests"], } diff --git a/audio/effect/4.0/vts/functional/Android.bp b/audio/effect/4.0/vts/functional/Android.bp index 96ded69d22..d6f8643ff8 100644 --- a/audio/effect/4.0/vts/functional/Android.bp +++ b/audio/effect/4.0/vts/functional/Android.bp @@ -35,4 +35,5 @@ cc_test { header_libs: [ "android.hardware.audio.common.util@all-versions", ], + test_suites: ["general-tests"], } diff --git a/authsecret/1.0/vts/functional/Android.bp b/authsecret/1.0/vts/functional/Android.bp index de9f560ec6..f2b3a8a53a 100644 --- a/authsecret/1.0/vts/functional/Android.bp +++ b/authsecret/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalAuthSecretV1_0TargetTest.cpp"], static_libs: ["android.hardware.authsecret@1.0"], + test_suites: ["general-tests"], } diff --git a/automotive/audiocontrol/1.0/vts/functional/Android.bp b/automotive/audiocontrol/1.0/vts/functional/Android.bp index c6e0d8ea81..3cb6340ee8 100644 --- a/automotive/audiocontrol/1.0/vts/functional/Android.bp +++ b/automotive/audiocontrol/1.0/vts/functional/Android.bp @@ -16,16 +16,14 @@ cc_test { name: "VtsHalAudioControlV1_0TargetTest", - srcs: [ "VtsHalAudioControlV1_0TargetTest.cpp", ], - defaults: [ "VtsHalTargetTestDefaults", ], - static_libs: [ "android.hardware.automotive.audiocontrol@1.0", ], + test_suites: ["general-tests"], } diff --git a/automotive/evs/1.0/vts/functional/Android.bp b/automotive/evs/1.0/vts/functional/Android.bp index 5d696fc4b1..2ef33fdd11 100644 --- a/automotive/evs/1.0/vts/functional/Android.bp +++ b/automotive/evs/1.0/vts/functional/Android.bp @@ -16,21 +16,17 @@ cc_test { name: "VtsHalEvsV1_0TargetTest", - srcs: [ "VtsHalEvsV1_0TargetTest.cpp", "FrameHandler.cpp", "FormatConvert.cpp" ], - defaults: ["VtsHalTargetTestDefaults"], - shared_libs: [ "libui", ], - static_libs: ["android.hardware.automotive.evs@1.0"], - + test_suites: ["general-tests"], cflags: [ "-O0", "-g", diff --git a/automotive/vehicle/2.0/default/Android.bp b/automotive/vehicle/2.0/default/Android.bp index 22ab079f33..62a39df804 100644 --- a/automotive/vehicle/2.0/default/Android.bp +++ b/automotive/vehicle/2.0/default/Android.bp @@ -93,6 +93,7 @@ cc_test { "tests/VmsUtils_test.cpp", ], header_libs: ["libbase_headers"], + test_suites: ["general-tests"], } cc_binary { diff --git a/biometrics/fingerprint/2.1/vts/functional/Android.bp b/biometrics/fingerprint/2.1/vts/functional/Android.bp index bee3657eca..60228f2b53 100644 --- a/biometrics/fingerprint/2.1/vts/functional/Android.bp +++ b/biometrics/fingerprint/2.1/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalBiometricsFingerprintV2_1TargetTest.cpp"], static_libs: ["android.hardware.biometrics.fingerprint@2.1"], + test_suites: ["general-tests"], } diff --git a/bluetooth/1.0/default/Android.bp b/bluetooth/1.0/default/Android.bp index 48bbadf8a7..f4b1e7b481 100644 --- a/bluetooth/1.0/default/Android.bp +++ b/bluetooth/1.0/default/Android.bp @@ -94,6 +94,7 @@ cc_test { "android.hardware.bluetooth-hci", "libgmock", ], + test_suites: ["general-tests"], } cc_test_host { diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp index 2e60588c38..54039e581b 100644 --- a/bluetooth/1.0/vts/functional/Android.bp +++ b/bluetooth/1.0/vts/functional/Android.bp @@ -22,4 +22,5 @@ cc_test { "android.hardware.bluetooth@1.0", "libbluetooth-types", ], + test_suites: ["general-tests"], } diff --git a/bluetooth/a2dp/1.0/vts/functional/Android.bp b/bluetooth/a2dp/1.0/vts/functional/Android.bp index f1ffc4592c..e50e16730a 100644 --- a/bluetooth/a2dp/1.0/vts/functional/Android.bp +++ b/bluetooth/a2dp/1.0/vts/functional/Android.bp @@ -23,4 +23,5 @@ cc_test { "android.hardware.bluetooth.a2dp@1.0", "libbluetooth-types", ], + test_suites: ["general-tests"], } diff --git a/boot/1.0/vts/functional/Android.bp b/boot/1.0/vts/functional/Android.bp index 2ef89f3aab..5d1a9cbeb6 100644 --- a/boot/1.0/vts/functional/Android.bp +++ b/boot/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalBootV1_0TargetTest.cpp"], static_libs: ["android.hardware.boot@1.0"], + test_suites: ["general-tests"], } diff --git a/broadcastradio/1.0/vts/functional/Android.bp b/broadcastradio/1.0/vts/functional/Android.bp index 7040a01779..9ba9fbe209 100644 --- a/broadcastradio/1.0/vts/functional/Android.bp +++ b/broadcastradio/1.0/vts/functional/Android.bp @@ -22,4 +22,5 @@ cc_test { "android.hardware.broadcastradio@1.0", "android.hardware.broadcastradio@vts-utils-lib", ], + test_suites: ["general-tests"], } diff --git a/broadcastradio/1.1/vts/functional/Android.bp b/broadcastradio/1.1/vts/functional/Android.bp index 9240cf0586..0a02a694c5 100644 --- a/broadcastradio/1.1/vts/functional/Android.bp +++ b/broadcastradio/1.1/vts/functional/Android.bp @@ -25,4 +25,5 @@ cc_test { "android.hardware.broadcastradio@vts-utils-lib", "libgmock", ], + test_suites: ["general-tests"], } diff --git a/broadcastradio/2.0/vts/functional/Android.bp b/broadcastradio/2.0/vts/functional/Android.bp index 6940bca49e..3e18a54cc4 100644 --- a/broadcastradio/2.0/vts/functional/Android.bp +++ b/broadcastradio/2.0/vts/functional/Android.bp @@ -28,4 +28,5 @@ cc_test { "android.hardware.broadcastradio@vts-utils-lib", "libgmock", ], + test_suites: ["general-tests"], } diff --git a/broadcastradio/common/tests/Android.bp b/broadcastradio/common/tests/Android.bp index 3ba31db11a..ef8733c290 100644 --- a/broadcastradio/common/tests/Android.bp +++ b/broadcastradio/common/tests/Android.bp @@ -36,6 +36,7 @@ cc_test { "android.hardware.broadcastradio@1.1", "android.hardware.broadcastradio@2.0", ], + test_suites: ["general-tests"], } cc_test { @@ -59,6 +60,7 @@ cc_test { shared_libs: [ "android.hardware.broadcastradio@2.0", ], + test_suites: ["general-tests"], } cc_test { @@ -73,4 +75,5 @@ cc_test { "WorkerThread_test.cpp", ], static_libs: ["android.hardware.broadcastradio@common-utils-lib"], + test_suites: ["general-tests"], } diff --git a/camera/provider/2.4/vts/functional/Android.bp b/camera/provider/2.4/vts/functional/Android.bp index ead4083ea1..c71ce2f967 100644 --- a/camera/provider/2.4/vts/functional/Android.bp +++ b/camera/provider/2.4/vts/functional/Android.bp @@ -45,4 +45,5 @@ cc_test { "libgrallocusage", "libhidlmemory", ], + test_suites: ["general-tests"], } diff --git a/cas/1.0/vts/functional/Android.bp b/cas/1.0/vts/functional/Android.bp index 0db9bb00cd..622baa5988 100644 --- a/cas/1.0/vts/functional/Android.bp +++ b/cas/1.0/vts/functional/Android.bp @@ -29,5 +29,6 @@ cc_test { shared_libs: [ "libbinder", ], + test_suites: ["general-tests"], } diff --git a/configstore/1.0/vts/functional/Android.bp b/configstore/1.0/vts/functional/Android.bp index 1b8a591398..008b59d00a 100644 --- a/configstore/1.0/vts/functional/Android.bp +++ b/configstore/1.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalConfigstoreV1_0TargetTest.cpp"], static_libs: ["android.hardware.configstore@1.0"], + test_suites: ["general-tests"], } diff --git a/confirmationui/1.0/vts/functional/Android.bp b/confirmationui/1.0/vts/functional/Android.bp index 823e035afd..d19d7021a2 100644 --- a/confirmationui/1.0/vts/functional/Android.bp +++ b/confirmationui/1.0/vts/functional/Android.bp @@ -27,4 +27,5 @@ cc_test { "libcn-cbor", "android.hardware.confirmationui-support-lib", ], + test_suites: ["general-tests"], } diff --git a/confirmationui/support/Android.bp b/confirmationui/support/Android.bp index 62156b3419..e215baa142 100644 --- a/confirmationui/support/Android.bp +++ b/confirmationui/support/Android.bp @@ -46,6 +46,7 @@ cc_test { "android.hardware.keymaster@4.0", "libhidlbase", ], + test_suites: ["general-tests"], clang: true, cflags: [ "-O0" ], } diff --git a/contexthub/1.0/vts/functional/Android.bp b/contexthub/1.0/vts/functional/Android.bp index 7c6e8c73b5..aef03409ad 100644 --- a/contexthub/1.0/vts/functional/Android.bp +++ b/contexthub/1.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalContexthubV1_0TargetTest.cpp"], static_libs: ["android.hardware.contexthub@1.0"], + test_suites: ["general-tests"], } diff --git a/drm/1.0/vts/functional/Android.bp b/drm/1.0/vts/functional/Android.bp index 57678fb46c..d6ebfdddfd 100644 --- a/drm/1.0/vts/functional/Android.bp +++ b/drm/1.0/vts/functional/Android.bp @@ -32,4 +32,5 @@ cc_test { "libssl", "libcrypto", ], + test_suites: ["general-tests"], } diff --git a/drm/1.1/vts/functional/Android.bp b/drm/1.1/vts/functional/Android.bp index 782f2833cc..1090b6900d 100644 --- a/drm/1.1/vts/functional/Android.bp +++ b/drm/1.1/vts/functional/Android.bp @@ -31,4 +31,5 @@ cc_test { "libssl", "libcrypto", ], + test_suites: ["general-tests"], } diff --git a/dumpstate/1.0/vts/functional/Android.bp b/dumpstate/1.0/vts/functional/Android.bp index 1ab530fec4..fc64d056b0 100644 --- a/dumpstate/1.0/vts/functional/Android.bp +++ b/dumpstate/1.0/vts/functional/Android.bp @@ -18,4 +18,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalDumpstateV1_0TargetTest.cpp"], static_libs: ["android.hardware.dumpstate@1.0"], + test_suites: ["general-tests"], } diff --git a/gatekeeper/1.0/vts/functional/Android.bp b/gatekeeper/1.0/vts/functional/Android.bp index aa1da7bb40..f55e5d2c0c 100644 --- a/gatekeeper/1.0/vts/functional/Android.bp +++ b/gatekeeper/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalGatekeeperV1_0TargetTest.cpp"], static_libs: ["android.hardware.gatekeeper@1.0"], + test_suites: ["general-tests"], } diff --git a/gnss/1.0/vts/functional/Android.bp b/gnss/1.0/vts/functional/Android.bp index d7713dbc23..505cb41a23 100644 --- a/gnss/1.0/vts/functional/Android.bp +++ b/gnss/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalGnssV1_0TargetTest.cpp"], static_libs: ["android.hardware.gnss@1.0"], + test_suites: ["general-tests"], } diff --git a/gnss/1.1/vts/functional/Android.bp b/gnss/1.1/vts/functional/Android.bp index 67ef4868cf..9892eca129 100644 --- a/gnss/1.1/vts/functional/Android.bp +++ b/gnss/1.1/vts/functional/Android.bp @@ -26,4 +26,5 @@ cc_test { "android.hardware.gnss@1.0", "android.hardware.gnss@1.1", ], + test_suites: ["general-tests"], } diff --git a/graphics/composer/2.1/vts/functional/Android.bp b/graphics/composer/2.1/vts/functional/Android.bp index 8e346df9c3..c98cc0deb8 100644 --- a/graphics/composer/2.1/vts/functional/Android.bp +++ b/graphics/composer/2.1/vts/functional/Android.bp @@ -34,4 +34,5 @@ cc_test { header_libs: [ "android.hardware.graphics.composer@2.1-command-buffer", ], + test_suites: ["general-tests"], } diff --git a/graphics/composer/2.2/vts/functional/Android.bp b/graphics/composer/2.2/vts/functional/Android.bp index 669fbaea35..a3da8294cb 100644 --- a/graphics/composer/2.2/vts/functional/Android.bp +++ b/graphics/composer/2.2/vts/functional/Android.bp @@ -41,4 +41,5 @@ cc_test { "android.hardware.graphics.composer@2.1-command-buffer", "android.hardware.graphics.composer@2.2-command-buffer", ], + test_suites: ["general-tests"], } diff --git a/graphics/mapper/2.0/vts/functional/Android.bp b/graphics/mapper/2.0/vts/functional/Android.bp index 969317a8f5..853c2a3b0e 100644 --- a/graphics/mapper/2.0/vts/functional/Android.bp +++ b/graphics/mapper/2.0/vts/functional/Android.bp @@ -24,4 +24,5 @@ cc_test { "android.hardware.graphics.mapper@2.0", "android.hardware.graphics.mapper@2.0-vts", ], + test_suites: ["general-tests"], } diff --git a/graphics/mapper/2.1/vts/functional/Android.bp b/graphics/mapper/2.1/vts/functional/Android.bp index ac67af8538..afd8e7f9d3 100644 --- a/graphics/mapper/2.1/vts/functional/Android.bp +++ b/graphics/mapper/2.1/vts/functional/Android.bp @@ -26,4 +26,5 @@ cc_test { "android.hardware.graphics.mapper@2.0-vts", "android.hardware.graphics.mapper@2.1-vts", ], + test_suites: ["general-tests"], } diff --git a/health/1.0/vts/functional/Android.bp b/health/1.0/vts/functional/Android.bp index 8742651ba6..c14dceeb0e 100644 --- a/health/1.0/vts/functional/Android.bp +++ b/health/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalHealthV1_0TargetTest.cpp"], static_libs: ["android.hardware.health@1.0"], + test_suites: ["general-tests"], } diff --git a/health/2.0/vts/functional/Android.bp b/health/2.0/vts/functional/Android.bp index 4ad01b98db..3544e5f0c6 100644 --- a/health/2.0/vts/functional/Android.bp +++ b/health/2.0/vts/functional/Android.bp @@ -22,4 +22,5 @@ cc_test { "android.hardware.health@1.0", "android.hardware.health@2.0", ], + test_suites: ["general-tests"], } diff --git a/health/storage/1.0/vts/functional/Android.bp b/health/storage/1.0/vts/functional/Android.bp index 63591cf12e..250a7dcb84 100644 --- a/health/storage/1.0/vts/functional/Android.bp +++ b/health/storage/1.0/vts/functional/Android.bp @@ -22,5 +22,6 @@ cc_test { shared_libs: [ "libhidltransport" ], + test_suites: ["general-tests"], } diff --git a/ir/1.0/vts/functional/Android.bp b/ir/1.0/vts/functional/Android.bp index 2a86f8e5d8..f5c9d61055 100644 --- a/ir/1.0/vts/functional/Android.bp +++ b/ir/1.0/vts/functional/Android.bp @@ -21,4 +21,5 @@ cc_test { static_libs: [ "android.hardware.ir@1.0", ], + test_suites: ["general-tests"], } diff --git a/keymaster/3.0/vts/functional/Android.bp b/keymaster/3.0/vts/functional/Android.bp index 7d96704f2e..b0371c79ef 100644 --- a/keymaster/3.0/vts/functional/Android.bp +++ b/keymaster/3.0/vts/functional/Android.bp @@ -29,4 +29,5 @@ cc_test { "libcrypto", "libsoftkeymasterdevice", ], + test_suites: ["general-tests"], } diff --git a/keymaster/4.0/vts/functional/Android.bp b/keymaster/4.0/vts/functional/Android.bp index d74a16fb0b..333e408b28 100644 --- a/keymaster/4.0/vts/functional/Android.bp +++ b/keymaster/4.0/vts/functional/Android.bp @@ -29,4 +29,5 @@ cc_test { "libkeymaster4support", "libsoftkeymasterdevice", ], + test_suites: ["general-tests"], } diff --git a/light/2.0/vts/functional/Android.bp b/light/2.0/vts/functional/Android.bp index e0ec4cf1c2..9f03d271fa 100644 --- a/light/2.0/vts/functional/Android.bp +++ b/light/2.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalLightV2_0TargetTest.cpp"], static_libs: ["android.hardware.light@2.0"], + test_suites: ["general-tests"], } diff --git a/media/omx/1.0/vts/functional/audio/Android.bp b/media/omx/1.0/vts/functional/audio/Android.bp index f517fa1d90..7418bb4226 100644 --- a/media/omx/1.0/vts/functional/audio/Android.bp +++ b/media/omx/1.0/vts/functional/audio/Android.bp @@ -21,6 +21,7 @@ cc_test { "VtsHalMediaOmxV1_0TargetAudioEncTest.cpp", "media_audio_hidl_test_common.cpp" ], + test_suites: ["general-tests"], } cc_test { @@ -30,6 +31,7 @@ cc_test { "VtsHalMediaOmxV1_0TargetAudioDecTest.cpp", "media_audio_hidl_test_common.cpp" ], + test_suites: ["general-tests"], } diff --git a/media/omx/1.0/vts/functional/component/Android.bp b/media/omx/1.0/vts/functional/component/Android.bp index f76b6e94fa..970eabe6fc 100644 --- a/media/omx/1.0/vts/functional/component/Android.bp +++ b/media/omx/1.0/vts/functional/component/Android.bp @@ -18,5 +18,6 @@ cc_test { name: "VtsHalMediaOmxV1_0TargetComponentTest", defaults: ["VtsHalMediaOmxV1_0Defaults"], srcs: ["VtsHalMediaOmxV1_0TargetComponentTest.cpp"], + test_suites: ["general-tests"], } diff --git a/media/omx/1.0/vts/functional/master/Android.bp b/media/omx/1.0/vts/functional/master/Android.bp index 4a45e6923c..cf3f15d530 100644 --- a/media/omx/1.0/vts/functional/master/Android.bp +++ b/media/omx/1.0/vts/functional/master/Android.bp @@ -18,5 +18,6 @@ cc_test { name: "VtsHalMediaOmxV1_0TargetMasterTest", defaults: ["VtsHalMediaOmxV1_0Defaults"], srcs: ["VtsHalMediaOmxV1_0TargetMasterTest.cpp"], + test_suites: ["general-tests"], } diff --git a/media/omx/1.0/vts/functional/video/Android.bp b/media/omx/1.0/vts/functional/video/Android.bp index f0da2b39d0..c7e0424472 100644 --- a/media/omx/1.0/vts/functional/video/Android.bp +++ b/media/omx/1.0/vts/functional/video/Android.bp @@ -21,6 +21,7 @@ cc_test { "VtsHalMediaOmxV1_0TargetVideoDecTest.cpp", "media_video_hidl_test_common.cpp" ], + test_suites: ["general-tests"], } cc_test { @@ -33,4 +34,5 @@ cc_test { static_libs: [ "libnativewindow", ], + test_suites: ["general-tests"], } diff --git a/memtrack/1.0/vts/functional/Android.bp b/memtrack/1.0/vts/functional/Android.bp index 2d833e7623..d682e0b80e 100644 --- a/memtrack/1.0/vts/functional/Android.bp +++ b/memtrack/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalMemtrackV1_0TargetTest.cpp"], static_libs: ["android.hardware.memtrack@1.0"], + test_suites: ["general-tests"], } diff --git a/neuralnetworks/1.0/vts/functional/Android.bp b/neuralnetworks/1.0/vts/functional/Android.bp index 234527a743..dd6f9341d7 100644 --- a/neuralnetworks/1.0/vts/functional/Android.bp +++ b/neuralnetworks/1.0/vts/functional/Android.bp @@ -81,4 +81,5 @@ cc_test { "BasicTests.cpp", "GeneratedTests.cpp", ], + test_suites: ["general-tests"], } diff --git a/neuralnetworks/1.1/vts/functional/Android.bp b/neuralnetworks/1.1/vts/functional/Android.bp index 07c9b6ebbc..697252fe32 100644 --- a/neuralnetworks/1.1/vts/functional/Android.bp +++ b/neuralnetworks/1.1/vts/functional/Android.bp @@ -31,4 +31,5 @@ cc_test { "BasicTests.cpp", "GeneratedTests.cpp", ], + test_suites: ["general-tests"], } diff --git a/neuralnetworks/1.2/vts/functional/Android.bp b/neuralnetworks/1.2/vts/functional/Android.bp index 085d5db22a..0f3ddc4681 100644 --- a/neuralnetworks/1.2/vts/functional/Android.bp +++ b/neuralnetworks/1.2/vts/functional/Android.bp @@ -40,4 +40,5 @@ cc_test { "BasicTests.cpp", "GeneratedTests.cpp", ], + test_suites: ["general-tests"], } diff --git a/nfc/1.0/vts/functional/Android.bp b/nfc/1.0/vts/functional/Android.bp index 3861bd4694..c2e365e532 100644 --- a/nfc/1.0/vts/functional/Android.bp +++ b/nfc/1.0/vts/functional/Android.bp @@ -21,4 +21,5 @@ cc_test { static_libs: [ "android.hardware.nfc@1.0", ], + test_suites: ["general-tests"], } diff --git a/nfc/1.1/vts/functional/Android.bp b/nfc/1.1/vts/functional/Android.bp index 0ce531f6a1..6698c5a4eb 100644 --- a/nfc/1.1/vts/functional/Android.bp +++ b/nfc/1.1/vts/functional/Android.bp @@ -22,4 +22,5 @@ cc_test { "android.hardware.nfc@1.0", "android.hardware.nfc@1.1", ], + test_suites: ["general-tests"], } diff --git a/oemlock/1.0/vts/functional/Android.bp b/oemlock/1.0/vts/functional/Android.bp index 20737a1808..28d6bf6b16 100644 --- a/oemlock/1.0/vts/functional/Android.bp +++ b/oemlock/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalOemLockV1_0TargetTest.cpp"], static_libs: ["android.hardware.oemlock@1.0"], + test_suites: ["general-tests"], } diff --git a/power/1.0/vts/functional/Android.bp b/power/1.0/vts/functional/Android.bp index 45f74fc795..a716f027b3 100644 --- a/power/1.0/vts/functional/Android.bp +++ b/power/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalPowerV1_0TargetTest.cpp"], static_libs: ["android.hardware.power@1.0"], + test_suites: ["general-tests"], } diff --git a/power/1.1/vts/functional/Android.bp b/power/1.1/vts/functional/Android.bp index 604cd36eef..de75984532 100644 --- a/power/1.1/vts/functional/Android.bp +++ b/power/1.1/vts/functional/Android.bp @@ -22,4 +22,5 @@ cc_test { "android.hardware.power@1.0", "android.hardware.power@1.1", ], + test_suites: ["general-tests"], } diff --git a/power/1.2/vts/functional/Android.bp b/power/1.2/vts/functional/Android.bp index d615e85a7c..f424bfa1f0 100644 --- a/power/1.2/vts/functional/Android.bp +++ b/power/1.2/vts/functional/Android.bp @@ -23,4 +23,5 @@ cc_test { "android.hardware.power@1.1", "android.hardware.power@1.2", ], + test_suites: ["general-tests"], } diff --git a/power/1.3/vts/functional/Android.bp b/power/1.3/vts/functional/Android.bp index 34cdb60794..06f6e7ae69 100644 --- a/power/1.3/vts/functional/Android.bp +++ b/power/1.3/vts/functional/Android.bp @@ -24,4 +24,5 @@ cc_test { "android.hardware.power@1.2", "android.hardware.power@1.3", ], + test_suites: ["general-tests"], } diff --git a/radio/1.0/vts/functional/Android.bp b/radio/1.0/vts/functional/Android.bp index afbb1c4b18..9dec2f28a1 100644 --- a/radio/1.0/vts/functional/Android.bp +++ b/radio/1.0/vts/functional/Android.bp @@ -33,6 +33,7 @@ cc_test { static_libs: [ "android.hardware.radio@1.0", ], + test_suites: ["general-tests"], } cc_test { @@ -46,6 +47,7 @@ cc_test { static_libs: [ "android.hardware.radio@1.0", ], + test_suites: ["general-tests"], } cc_library_static { diff --git a/radio/1.1/vts/functional/Android.bp b/radio/1.1/vts/functional/Android.bp index e7195ee7da..5695c6bb8b 100644 --- a/radio/1.1/vts/functional/Android.bp +++ b/radio/1.1/vts/functional/Android.bp @@ -30,4 +30,5 @@ cc_test { header_libs: [ "radio.util.header@1.0", ], + test_suites: ["general-tests"], } diff --git a/radio/1.2/vts/functional/Android.bp b/radio/1.2/vts/functional/Android.bp index a4e8c02c6f..6782f143d0 100644 --- a/radio/1.2/vts/functional/Android.bp +++ b/radio/1.2/vts/functional/Android.bp @@ -31,4 +31,5 @@ cc_test { "android.hardware.radio@1.0", ], header_libs: ["radio.util.header@1.0"], + test_suites: ["general-tests"], } diff --git a/radio/config/1.0/vts/functional/Android.bp b/radio/config/1.0/vts/functional/Android.bp index aa8266ea3a..9c96030996 100644 --- a/radio/config/1.0/vts/functional/Android.bp +++ b/radio/config/1.0/vts/functional/Android.bp @@ -29,4 +29,5 @@ cc_test { "android.hardware.radio.config@1.0", ], header_libs: ["radio.util.header@1.0"], + test_suites: ["general-tests"], } diff --git a/renderscript/1.0/vts/functional/Android.bp b/renderscript/1.0/vts/functional/Android.bp index bf011e6c17..87e62f17c0 100644 --- a/renderscript/1.0/vts/functional/Android.bp +++ b/renderscript/1.0/vts/functional/Android.bp @@ -28,4 +28,5 @@ cc_test { "android.hardware.renderscript@1.0", "libnativewindow", ], + test_suites: ["general-tests"], } diff --git a/secure_element/1.0/vts/functional/Android.bp b/secure_element/1.0/vts/functional/Android.bp index 752df9e9b8..2b2b73e1dd 100644 --- a/secure_element/1.0/vts/functional/Android.bp +++ b/secure_element/1.0/vts/functional/Android.bp @@ -21,4 +21,5 @@ cc_test { static_libs: [ "android.hardware.secure_element@1.0", ], + test_suites: ["general-tests"], } diff --git a/sensors/1.0/vts/functional/Android.bp b/sensors/1.0/vts/functional/Android.bp index 0ea400e359..c58c7fc697 100644 --- a/sensors/1.0/vts/functional/Android.bp +++ b/sensors/1.0/vts/functional/Android.bp @@ -26,5 +26,6 @@ cc_test { "android.hardware.graphics.mapper@2.0", "android.hardware.sensors@1.0", ], + test_suites: ["general-tests"], } diff --git a/soundtrigger/2.0/vts/functional/Android.bp b/soundtrigger/2.0/vts/functional/Android.bp index be6b3a802d..f6207c4b27 100644 --- a/soundtrigger/2.0/vts/functional/Android.bp +++ b/soundtrigger/2.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalSoundtriggerV2_0TargetTest.cpp"], static_libs: ["android.hardware.soundtrigger@2.0"], + test_suites: ["general-tests"], } diff --git a/soundtrigger/2.1/vts/functional/Android.bp b/soundtrigger/2.1/vts/functional/Android.bp index 925a17ce11..f1eb35d320 100644 --- a/soundtrigger/2.1/vts/functional/Android.bp +++ b/soundtrigger/2.1/vts/functional/Android.bp @@ -25,4 +25,5 @@ cc_test { "android.hardware.soundtrigger@2.1", "libhidlmemory" ], + test_suites: ["general-tests"], } diff --git a/tests/msgq/1.0/default/Android.bp b/tests/msgq/1.0/default/Android.bp index 6bbca24599..6c8be6cac1 100644 --- a/tests/msgq/1.0/default/Android.bp +++ b/tests/msgq/1.0/default/Android.bp @@ -54,6 +54,7 @@ cc_test { "libutils", "android.hardware.tests.msgq@1.0" ], + test_suites: ["general-tests"], } cc_test { @@ -80,4 +81,5 @@ cc_test { // libs should be used on device. static_libs: ["android.hardware.tests.msgq@1.0"], whole_static_libs: ["android.hardware.tests.msgq@1.0-impl"], + test_suites: ["general-tests"], } diff --git a/tetheroffload/config/1.0/vts/functional/Android.bp b/tetheroffload/config/1.0/vts/functional/Android.bp index dc95eaa28d..52b9810396 100644 --- a/tetheroffload/config/1.0/vts/functional/Android.bp +++ b/tetheroffload/config/1.0/vts/functional/Android.bp @@ -17,4 +17,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalTetheroffloadConfigV1_0TargetTest.cpp"], static_libs: ["android.hardware.tetheroffload.config@1.0"], + test_suites: ["general-tests"], } diff --git a/tetheroffload/control/1.0/vts/functional/Android.bp b/tetheroffload/control/1.0/vts/functional/Android.bp index c6216a2f97..e8e1414da7 100644 --- a/tetheroffload/control/1.0/vts/functional/Android.bp +++ b/tetheroffload/control/1.0/vts/functional/Android.bp @@ -20,4 +20,5 @@ cc_test { "android.hardware.tetheroffload.config@1.0", "android.hardware.tetheroffload.control@1.0", ], + test_suites: ["general-tests"], } diff --git a/thermal/1.0/vts/functional/Android.bp b/thermal/1.0/vts/functional/Android.bp index f661f1e1d3..6bda558337 100644 --- a/thermal/1.0/vts/functional/Android.bp +++ b/thermal/1.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalThermalV1_0TargetTest.cpp"], static_libs: ["android.hardware.thermal@1.0"], + test_suites: ["general-tests"], } diff --git a/thermal/1.1/vts/functional/Android.bp b/thermal/1.1/vts/functional/Android.bp index f5f01faf2c..9a16c30fba 100644 --- a/thermal/1.1/vts/functional/Android.bp +++ b/thermal/1.1/vts/functional/Android.bp @@ -22,5 +22,6 @@ cc_test { "android.hardware.thermal@1.0", "android.hardware.thermal@1.1", ], + test_suites: ["general-tests"], } diff --git a/tv/input/1.0/vts/functional/Android.bp b/tv/input/1.0/vts/functional/Android.bp index 978830c41d..29181b0c8b 100644 --- a/tv/input/1.0/vts/functional/Android.bp +++ b/tv/input/1.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalTvInputV1_0TargetTest.cpp"], static_libs: ["android.hardware.tv.input@1.0"], + test_suites: ["general-tests"], } diff --git a/usb/1.0/vts/functional/Android.bp b/usb/1.0/vts/functional/Android.bp index 96d3c0efab..683ee17b9c 100644 --- a/usb/1.0/vts/functional/Android.bp +++ b/usb/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalUsbV1_0TargetTest.cpp"], static_libs: ["android.hardware.usb@1.0"], + test_suites: ["general-tests"], } diff --git a/usb/1.1/vts/functional/Android.bp b/usb/1.1/vts/functional/Android.bp index 4bb3203695..1f0972fd9f 100644 --- a/usb/1.1/vts/functional/Android.bp +++ b/usb/1.1/vts/functional/Android.bp @@ -22,5 +22,6 @@ cc_test { "android.hardware.usb@1.0", "android.hardware.usb@1.1", ], + test_suites: ["general-tests"], } diff --git a/vibrator/1.0/vts/functional/Android.bp b/vibrator/1.0/vts/functional/Android.bp index 016d627bf2..391d3d49f8 100644 --- a/vibrator/1.0/vts/functional/Android.bp +++ b/vibrator/1.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalVibratorV1_0TargetTest.cpp"], static_libs: ["android.hardware.vibrator@1.0"], + test_suites: ["general-tests"], } diff --git a/vibrator/1.1/vts/functional/Android.bp b/vibrator/1.1/vts/functional/Android.bp index 4f6454b6c1..c65ff4157b 100644 --- a/vibrator/1.1/vts/functional/Android.bp +++ b/vibrator/1.1/vts/functional/Android.bp @@ -22,5 +22,6 @@ cc_test { "android.hardware.vibrator@1.0", "android.hardware.vibrator@1.1", ], + test_suites: ["general-tests"], } diff --git a/vibrator/1.2/vts/functional/Android.bp b/vibrator/1.2/vts/functional/Android.bp index 3a4e2efdb5..1e3ec97e51 100644 --- a/vibrator/1.2/vts/functional/Android.bp +++ b/vibrator/1.2/vts/functional/Android.bp @@ -23,5 +23,6 @@ cc_test { "android.hardware.vibrator@1.1", "android.hardware.vibrator@1.2", ], + test_suites: ["general-tests"], } diff --git a/vr/1.0/vts/functional/Android.bp b/vr/1.0/vts/functional/Android.bp index 40291377da..958cce768a 100644 --- a/vr/1.0/vts/functional/Android.bp +++ b/vr/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalVrV1_0TargetTest.cpp"], static_libs: ["android.hardware.vr@1.0"], + test_suites: ["general-tests"], } diff --git a/weaver/1.0/vts/functional/Android.bp b/weaver/1.0/vts/functional/Android.bp index 0089d89053..9fdbb1843f 100644 --- a/weaver/1.0/vts/functional/Android.bp +++ b/weaver/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalWeaverV1_0TargetTest.cpp"], static_libs: ["android.hardware.weaver@1.0"], + test_suites: ["general-tests"], } diff --git a/wifi/1.0/vts/functional/Android.bp b/wifi/1.0/vts/functional/Android.bp index 6522f4d1b7..d7c84cc413 100644 --- a/wifi/1.0/vts/functional/Android.bp +++ b/wifi/1.0/vts/functional/Android.bp @@ -46,6 +46,7 @@ cc_test { "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", ], + test_suites: ["general-tests"], } cc_test { @@ -59,4 +60,5 @@ cc_test { "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", ], + test_suites: ["general-tests"], } diff --git a/wifi/1.1/vts/functional/Android.bp b/wifi/1.1/vts/functional/Android.bp index 1b0c12d68b..78d7a854b3 100644 --- a/wifi/1.1/vts/functional/Android.bp +++ b/wifi/1.1/vts/functional/Android.bp @@ -25,4 +25,5 @@ cc_test { "android.hardware.wifi@1.0", "android.hardware.wifi@1.1", ], + test_suites: ["general-tests"], } diff --git a/wifi/1.2/vts/functional/Android.bp b/wifi/1.2/vts/functional/Android.bp index c5a6e8417e..a969f655ad 100644 --- a/wifi/1.2/vts/functional/Android.bp +++ b/wifi/1.2/vts/functional/Android.bp @@ -28,6 +28,7 @@ cc_test { "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", ], + test_suites: ["general-tests"], } cc_test { @@ -43,4 +44,5 @@ cc_test { "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", ], + test_suites: ["general-tests"], } diff --git a/wifi/hostapd/1.0/vts/functional/Android.bp b/wifi/hostapd/1.0/vts/functional/Android.bp index 7a920b448a..79c5183886 100644 --- a/wifi/hostapd/1.0/vts/functional/Android.bp +++ b/wifi/hostapd/1.0/vts/functional/Android.bp @@ -49,4 +49,5 @@ cc_test { "libwifi-system", "libwifi-system-iface", ], + test_suites: ["general-tests"], } diff --git a/wifi/offload/1.0/vts/functional/Android.bp b/wifi/offload/1.0/vts/functional/Android.bp index 140e45e2d3..de15aa74e5 100644 --- a/wifi/offload/1.0/vts/functional/Android.bp +++ b/wifi/offload/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalWifiOffloadV1_0TargetTest.cpp"], static_libs: ["android.hardware.wifi.offload@1.0"], + test_suites: ["general-tests"], } diff --git a/wifi/supplicant/1.0/vts/functional/Android.bp b/wifi/supplicant/1.0/vts/functional/Android.bp index ee6a68e048..de53fa2e7e 100644 --- a/wifi/supplicant/1.0/vts/functional/Android.bp +++ b/wifi/supplicant/1.0/vts/functional/Android.bp @@ -54,4 +54,5 @@ cc_test { "libwifi-system", "libwifi-system-iface", ], + test_suites: ["general-tests"], } diff --git a/wifi/supplicant/1.1/vts/functional/Android.bp b/wifi/supplicant/1.1/vts/functional/Android.bp index 3e65453c2b..353ae4b844 100644 --- a/wifi/supplicant/1.1/vts/functional/Android.bp +++ b/wifi/supplicant/1.1/vts/functional/Android.bp @@ -56,4 +56,5 @@ cc_test { "libwifi-system", "libwifi-system-iface", ], + test_suites: ["general-tests"], }