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", | |
+ ], | |
} |