From c1b5f69ea03e176434e4375746fb87efeb6cb738 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Thu, 19 Jan 2023 21:13:36 +0000 Subject: [PATCH] Add bluetooth VTS to TEST_MAPPING Test: na Bug: 205758693 Change-Id: I1a64822740e4cff402a2b5bd62eed359e3c2f123 --- bluetooth/aidl/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bluetooth/aidl/TEST_MAPPING diff --git a/bluetooth/aidl/TEST_MAPPING b/bluetooth/aidl/TEST_MAPPING new file mode 100644 index 0000000000..342a1e45ad --- /dev/null +++ b/bluetooth/aidl/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit" : [ + { + "name" : "VtsHalBluetoothTargetTest" + } + ] +}