From ceff6b8f1f150d498663d72574c63e9f01e231f8 Mon Sep 17 00:00:00 2001 From: Nikita Ioffe Date: Tue, 18 Oct 2022 23:14:22 +0100 Subject: [PATCH] Add com.android.virt-bootclasspath-fragment Bug: 243512044 Test: build on product with AVF support Test: build on product without AVF support Change-Id: Iefebdad4da18bab5870c41f67839030d927ab6f7 --- boot/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boot/Android.bp b/boot/Android.bp index 3f14ebc4fd928..24ad9de90ed08 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -120,6 +120,10 @@ platform_bootclasspath { apex: "com.android.car.framework", module: "com.android.car.framework-bootclasspath-fragment", }, + { + apex: "com.android.virt", + module: "com.android.virt-bootclasspath-fragment", + }, ], // Additional information needed by hidden api processing.