From 482f91c8e375bec809a74c8e0ff09463e3312111 Mon Sep 17 00:00:00 2001 From: Hassan Ali Date: Wed, 5 Oct 2022 13:16:23 +0000 Subject: Add configinfrastructure to platform_bootclasspath Test: m configinfrastructure-sdk Bug: 248552678 Change-Id: Ic7c7f18c281b376eb84e07114343fd8eb719c52e --- boot/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot') diff --git a/boot/Android.bp b/boot/Android.bp index 7e55b3bfed6a..9fdb9bc6506a 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -63,6 +63,10 @@ platform_bootclasspath { apex: "com.android.btservices", 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", -- cgit v1.2.3-59-g8ed1b