summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDavid Duarte <licorne@google.com>2023-03-31 21:37:27 +0000
committerDavid Duarte <licorne@google.com>2023-05-18 09:12:40 +0000
commit3552b1c400f49f24c0ffeab0234ef5ef2063309c (patch)
treeae52018f5c1e4a1ca48a844eed1637f6a9e7df82 /Android.bp
parent3fe6921aff940dd2669601de40635b932a3c0c93 (diff)
downloadlibhardware-3552b1c400f49f24c0ffeab0234ef5ef2063309c.tar.gz
Delete bluetooth.h
hardware/bluetooth.h was copied into Bluetooth in https://r.android.com/513838 Change-Id: Ia7388b446bd37b3cbdf8276c8c4d11e8af17640c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 6baab685..904380e9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,13 +36,11 @@ cc_library_headers {
"libaudio_system_headers",
"libsystem_headers",
"libcutils_headers",
- "libbluetooth-types-header",
],
export_header_lib_headers: [
"libaudio_system_headers",
"libsystem_headers",
"libcutils_headers",
- "libbluetooth-types-header",
],
export_include_dirs: ["include"],
@@ -54,7 +52,6 @@ cc_library_headers {
recovery: {
exclude_header_libs: [
"libaudio_system_headers",
- "libbluetooth-types-header",
],
},
windows: {
@@ -63,7 +60,6 @@ cc_library_headers {
},
apex_available: [
"//apex_available:platform",
- "com.android.btservices",
"com.android.media",
"com.android.media.swcodec",
],