Enable Context Hub feature on default HAL

Bug: 385398533
Test: Compile, confirm service is enabled on cuttlefish
Change-Id: I83cceec3b943c6936b7729b9f62a724984b3a3e7
diff --git a/contexthub/aidl/default/Android.bp b/contexthub/aidl/default/Android.bp
index c0b147c..d4d03e4 100644
--- a/contexthub/aidl/default/Android.bp
+++ b/contexthub/aidl/default/Android.bp
@@ -89,5 +89,6 @@
     prebuilts: [
         "android.hardware.contexthub-service.example.rc",
         "contexthub-default.xml",
+        "android.hardware.context_hub.prebuilt.xml",
     ],
 }