1diff --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 } 15