David LeGare | 132eccb | 2022-04-11 16:44:12 +0000 | [diff] [blame] | 1 | diff --git a/Android.bp b/Android.bp |
2 | index 2373253..c0b2349 100644 | ||||
3 | --- a/Android.bp | ||||
4 | +++ b/Android.bp | ||||
5 | @@ -39,4 +39,9 @@ rust_library { | ||||
6 | "//apex_available:platform", | ||||
7 | "com.android.virt", | ||||
8 | ], | ||||
9 | + arch: { | ||||
10 | + arm: { | ||||
11 | + rustlibs: ["libcrossbeam_utils"], | ||||
12 | + }, | ||||
13 | + }, | ||||
14 | } |