1diff --git a/Android.bp b/Android.bp 2index be44509..ccac5a9 100644 3--- a/Android.bp 4+++ b/Android.bp 5@@ -36,11 +36,16 @@ rust_library { 6 "libbyteorder", 7 "libcrc32fast", 8 "libflate2", 9 ], 10 apex_available: [ 11 "//apex_available:platform", 12 "com.android.virt", 13 ], 14 product_available: true, 15 vendor_available: true, 16+ arch: { 17+ arm: { 18+ rustlibs: ["libcrossbeam_utils"], 19+ }, 20+ }, 21 } 22