Import contexthub v4 from bluetooth socket hal

Bug: 342012881
Bug: 367419086
Test: m android.hardware.contexthub-update-api
Test: m android.hardware.bluetooth.socket-update-api
Change-Id: I439f2aa7580a6e7f630eb10562dc8b7a85154577
diff --git a/contexthub/aidl/Android.bp b/contexthub/aidl/Android.bp
index eaa47c6..674f8af 100644
--- a/contexthub/aidl/Android.bp
+++ b/contexthub/aidl/Android.bp
@@ -33,7 +33,12 @@
             sdk_version: "module_current",
         },
         ndk: {
-            apps_enabled: false,
+            apex_available: [
+                "//apex_available:platform",
+                "com.android.btservices",
+            ],
+            min_sdk_version: "33",
+            apps_enabled: true,
         },
         rust: {
             enabled: true,