Adding bluetooth dependency

Bug: 206121418
Test: Compile
Change-Id: I6d578e6c8202c16d64379c068fdf7f0d0765a40a
diff --git a/car-lib-module/Android.bp b/car-lib-module/Android.bp
index 3d2cebc..6038e74 100644
--- a/car-lib-module/Android.bp
+++ b/car-lib-module/Android.bp
@@ -45,10 +45,12 @@
         "framework-annotations-lib",
         "modules-utils-preconditions",
         "framework-wifi",
+        "framework-bluetooth",
     ],
     // Stub build drops module api and breaks build. Add it here.
     stub_only_libs: [
         "framework-wifi",
+        "framework-bluetooth",
     ],
 
     api_lint: {
diff --git a/car-lib/Android.bp b/car-lib/Android.bp
index c8fa9a8..bd504db 100644
--- a/car-lib/Android.bp
+++ b/car-lib/Android.bp
@@ -67,6 +67,7 @@
         "framework-annotations-lib",
         "modules-utils-preconditions",
         "framework-wifi",
+        "framework-bluetooth",
     ],
     product_variables: {
         pdk: {
diff --git a/service/Android.bp b/service/Android.bp
index 663256b..52fdc7f 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -61,6 +61,7 @@
         "android.car-module.impl",
         "android.car.builtin",
         "framework-annotations-lib",
+        "framework-bluetooth",
         "framework-connectivity",
         "framework-statsd",
         "framework-wifi",