[pvmfw] Move dirty state management control util to vmbase
As part of the project of moving the memory management code from
pvmfw to vmbase so that we can reuse it in rialto.
Bug: 284462758
Test: m pvmfw_img
Change-Id: I2cf71f04551af500627c2777b37d7e5a7d8b4a1d
diff --git a/vmbase/Android.bp b/vmbase/Android.bp
index 5ed436c..237a377 100644
--- a/vmbase/Android.bp
+++ b/vmbase/Android.bp
@@ -70,6 +70,9 @@
whole_static_libs: [
"librust_baremetal",
],
+ features: [
+ "cpu_feat_hafdbs",
+ ],
apex_available: ["com.android.virt"],
}