blob: 356e1c27222542a666c8bc205c7a7e0fa83920e3 [file] [log] [blame]
diff --git a/Android.bp b/Android.bp
index f879002..893238d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -7,4 +7,8 @@ rust_library {
crate_name: "textwrap",
srcs: ["src/lib.rs"],
edition: "2018",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}