diff options
author | Chih-hung Hsieh <chh@google.com> | 2022-02-24 01:04:34 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2022-02-24 01:04:34 +0000 |
commit | 581616e658f5a7834f86794a60ecece4da11f614 (patch) | |
tree | f6828bd98bcbf2dd8d04275a792f91302ba6862b /bluetooth | |
parent | b56acbc92e1eb94eeaf727cb5f02508b0b66eff4 (diff) | |
parent | fa83970b3a01d463dba6f26597fb5505dea3db12 (diff) |
Merge "Add timed out test files to tidy_timeout_srcs" am: ff54f73b4f am: fa83970b3a
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1992232
Change-Id: I26b2d04160013fec26fdaadf56caeb919ff4d5bd
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/audio/2.1/vts/functional/Android.bp | 1 | ||||
-rw-r--r-- | bluetooth/audio/aidl/vts/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bluetooth/audio/2.1/vts/functional/Android.bp b/bluetooth/audio/2.1/vts/functional/Android.bp index 3314a8ada8..cea7326d80 100644 --- a/bluetooth/audio/2.1/vts/functional/Android.bp +++ b/bluetooth/audio/2.1/vts/functional/Android.bp @@ -10,6 +10,7 @@ package { cc_test { name: "VtsHalBluetoothAudioV2_1TargetTest", defaults: ["VtsHalTargetTestDefaults"], + tidy_timeout_srcs: ["VtsHalBluetoothAudioV2_1TargetTest.cpp"], srcs: ["VtsHalBluetoothAudioV2_1TargetTest.cpp"], static_libs: [ "android.hardware.audio.common@5.0", diff --git a/bluetooth/audio/aidl/vts/Android.bp b/bluetooth/audio/aidl/vts/Android.bp index a662aaadfa..feb952edf7 100644 --- a/bluetooth/audio/aidl/vts/Android.bp +++ b/bluetooth/audio/aidl/vts/Android.bp @@ -13,6 +13,7 @@ cc_test { "VtsHalTargetTestDefaults", "use_libaidlvintf_gtest_helper_static", ], + tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"], srcs: ["VtsHalBluetoothAudioTargetTest.cpp"], shared_libs: [ "android.hardware.audio.common-V1-ndk", |