Move Bluetooth headers to system/bt (3/3)

Bug: 67853426
Test: run Bluetooth
Change-Id: Ie42cfe371a48dd21a1077af165f5e4de71fa1b76
diff --git a/jni/Android.bp b/jni/Android.bp
index 194001c..f8912f6 100644
--- a/jni/Android.bp
+++ b/jni/Android.bp
@@ -15,6 +15,7 @@
         "com_android_bluetooth_gatt.cpp",
         "com_android_bluetooth_sdp.cpp",
     ],
+    header_libs: ["bluetooth.default_headers"],
     include_dirs: [
         "libnativehelper/include/nativehelper",
         "system/bt/types",
@@ -24,7 +25,6 @@
         "libchrome",
         "libnativehelper",
         "liblog",
-        "libhardware",
     ],
     static_libs: [
         "libbluetooth-types",