blob: 4f03f0b524ad66393d89c0963c9ceeb2202cd164 [file] [log] [blame]
Chih-Hung Hsieha84b8a12020-10-30 15:55:12 -07001diff --git b/Android.bp a/Android.bp
2index 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 }