blob: c80e2753abeb5beef203419c4bc8844eb6ae0040 [file] [log] [blame]
Jiyong Park0d452fd2020-12-07 15:50:22 +09001diff --git a/Android.bp b/Android.bp
2index b9fd260..103ae9b 100644
3--- a/Android.bp
4+++ b/Android.bp
5@@ -16,6 +16,10 @@ rust_library {
6 ":copy_proc-macro-nested_build_out",
7 ],
8 edition: "2015",
9+ apex_available: [
10+ "//apex_available:platform",
11+ "com.android.virt",
12+ ],
13 }
14
15 rust_defaults {