diff --git a/Android.bp b/Android.bp
index fceabd922a99abce41619b101506fe0b8a213864..260aa7cfcc31deac2f4a4d78c3d81b524130f525 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,6 +27,7 @@ license {
         "NOTICE",
     ],
 }
+
 // ...and prevent anyone from trying to do so:
 filegroup {
     name: "external_tinyxml2_docs",
@@ -67,7 +68,7 @@ cc_library {
             enabled: true,
             shared: {
                 enabled: false,
-            }
+            },
         },
     },
 
@@ -78,7 +79,8 @@ cc_library {
     apex_available: [
         "com.android.art",
         "com.android.art.debug",
-        "com.android.bluetooth",
+        "com.android.btservices",
+        "com.android.runtime", // used by linkerconfig
         "//apex_available:platform", // For odsign.
     ],
 }