diff options
author | 2025-02-11 21:35:26 -0800 | |
---|---|---|
committer | 2025-02-11 21:35:26 -0800 | |
commit | 9dab75be3d102475403ba1ec79965dddee349005 (patch) | |
tree | 1ba5d98be82e24274f640d8d4908b64fc785c269 /offload | |
parent | 8388cbe97c1854014348dd9c70688a3d208acbef (diff) |
TEST_MAPPING: Add Bluetooth unit tests to TEST_MAPPING
1. Moved previously added tests from postsubmit to presubmit.
2. Added missing unit tests to postsubmit.
3. Updated presubmit config to also run host tests on device (required for MTS)
4. Updated Mainline presubmit to match current presubmit config.
Bug: 393400512
Change-Id: Idcf6a2001f43af3ad268cccfd68a478a7f88995a
Test: presubmit
Diffstat (limited to 'offload')
-rw-r--r-- | offload/leaudio/hci/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offload/leaudio/hci/Android.bp b/offload/leaudio/hci/Android.bp index e4f1b51881..8a9b9247d6 100644 --- a/offload/leaudio/hci/Android.bp +++ b/offload/leaudio/hci/Android.bp @@ -42,5 +42,6 @@ rust_library { rust_test { name: "libbluetooth_offload_leaudio_hci_test", + test_suites: ["general-tests"], defaults: ["bluetooth_offload_leaudio_hci_defaults"], } |