diff options
author | 2025-02-12 21:39:33 -0800 | |
---|---|---|
committer | 2025-02-12 21:47:22 -0800 | |
commit | 21e6e0367e42d7569608a1cc9f3b5d7bd9fe2785 (patch) | |
tree | 644fe46d5406e531b37930902342b96f9f5a26fa /system/build | |
parent | 7e906340128f3f517c4c580db0374a32816e723d (diff) |
Add missing tests to MTS
Bug: 393400512
Change-Id: I7fb9ecbaf1510fc5f1b8eb184554db10a1ebc5b5
Test: None
Flag: TEST_ONLY
Diffstat (limited to 'system/build')
-rw-r--r-- | system/build/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp index 13f1ccccf5..a34d0a1ed4 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -20,7 +20,7 @@ cc_defaults { ], target: { android: { - test_config_template: ":BluetoothTestConfigTemplate", + test_config_template: ":BluetoothGTestConfigTemplate", sanitize: { misc_undefined: ["bounds"], }, |