Add configinfrastructure to platform_bootclasspath

Test: m configinfrastructure-sdk
Bug: 248552678
Change-Id: Ic7c7f18c281b376eb84e07114343fd8eb719c52e
diff --git a/boot/Android.bp b/boot/Android.bp
index 7e55b3b..9fdb9bc 100644
--- a/boot/Android.bp
+++ b/boot/Android.bp
@@ -64,6 +64,10 @@
             module: "com.android.btservices-bootclasspath-fragment",
         },
         {
+            apex: "com.android.configinfrastructure",
+            module: "com.android.configinfrastructure-bootclasspath-fragment",
+        },
+        {
             apex: "com.android.conscrypt",
             module: "com.android.conscrypt-bootclasspath-fragment",
         },