Chih-Hung Hsieh | a84b8a1 | 2020-10-30 15:55:12 -0700 | [diff] [blame^] | 1 | diff --git b/Android.bp a/Android.bp |
2 | index 41d67cc..277296f 100644 | ||||
3 | --- b/Android.bp | ||||
4 | +++ a/Android.bp | ||||
5 | @@ -23,6 +23,6 @@ rust_library { | ||||
6 | "--cfg ops_bound", | ||||
7 | "--cfg range_inclusive", | ||||
8 | "--cfg std_atomic", | ||||
9 | - "--cfg std_atomic64", | ||||
10 | + // "--cfg std_atomic64", // not for arm/arm64 | ||||
11 | ], | ||||
12 | } |