diff options
author | Chih-hung Hsieh <chh@google.com> | 2022-02-24 00:21:18 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-02-24 00:21:18 +0000 |
commit | ff54f73b4f5ea56f61f217f5ede9e8d042752315 (patch) | |
tree | 7d0608e273bc71ee246962e3138ce15f3812f2a3 /bluetooth | |
parent | 07011d9e09869b625171183c72c740cf7965a3c4 (diff) | |
parent | ad1bf31b78dbbfb31fa27bade538884a905454d8 (diff) |
Merge "Add timed out test files to tidy_timeout_srcs"
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", |