From 6d9773daf4ce0e9e1adfce51acf0a84ea0d23aea Mon Sep 17 00:00:00 2001 From: Yichun Li Date: Fri, 19 May 2023 00:33:13 +0000 Subject: [PATCH] Revert "Remove unused hardware/bluetooth.h include" Revert submission 2517798-remove_bluetooth_h Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=git_tm-qpr-dev-plus-aosp&target=aosp_bramble-userdebug&lkgb=10164200&lkbb=10164726&fkbb=10164208 Reverted changes: /q/submissionid:2517798-remove_bluetooth_h Bug: 10164208 Change-Id: I52877f236db874e95228707d533698e3c12ecde1 --- bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp | 1 + bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp | 1 + .../1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp index af90651ab1..945108796a 100644 --- a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +++ b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp b/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp index 2a5b826b04..28ac6034cf 100644 --- a/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp +++ b/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp b/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp index 6eb8dab757..f7fdf3113d 100644 --- a/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp +++ b/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include