blob: c0037cc8c350e9f311501f4206e5aa8c1907ed6e [file] [log] [blame]
David LeGare132eccb2022-04-11 16:44:12 +00001diff --git a/Android.bp b/Android.bp
2index 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 }