diff options
| -rw-r--r-- | boot/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/Android.bp b/boot/Android.bp index 3f14ebc4fd92..24ad9de90ed0 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. |