commit | db2d9cb32a8c8f54f6063e7fc25b830ff5d518cf | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Mon Aug 14 09:11:29 2023 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Fri Aug 18 15:02:23 2023 +0000 |
tree | 509f5778cc7129fb3500acf0a8f3767a70f0705f | |
parent | 6b7fb3cb7cf5d8061c8cb03d9116a3dc78010ebd [diff] [blame] |
Extract full information of VM DTBO from dtbo.img by vfio_handler Bug: 291191362 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --devices /sys/bus/platform/devices/16d00000.eh --protected Change-Id: I05d62cc38f90acb9c33a0a441722eadb9d9fe6b0
diff --git a/virtualizationservice/vfio_handler/Android.bp b/virtualizationservice/vfio_handler/Android.bp index 9ed17f2..66662d5 100644 --- a/virtualizationservice/vfio_handler/Android.bp +++ b/virtualizationservice/vfio_handler/Android.bp
@@ -27,6 +27,8 @@ "liblazy_static", "liblog_rust", "libnix", + "librustutils", + "libzerocopy", ], apex_available: ["com.android.virt"], }