Jiyong Park | 0d452fd | 2020-12-07 15:50:22 +0900 | [diff] [blame] | 1 | diff --git a/Android.bp b/Android.bp |
2 | index 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 { |