aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-10-01 13:23:21 -0700
committerChih-Hung Hsieh <chh@google.com>2019-10-01 13:23:21 -0700
commit3a67c4824cb4e7dd75875acc7da472d88391c4c3 (patch)
tree8b062452cb54b4fddf6010b26585c6ccd811eab5 /Android.bp
parent1c4237a4269e453146942dcd7a2fbf57e2f0cbdd (diff)
downloadproc-macro2-3a67c4824cb4e7dd75875acc7da472d88391c4c3.tar.gz
Remove redundant u128 config.platform-tools-29.0.5ndk-sysroot-r21
* Older version has u128 config choice, which is default in the current version. Test: m libproc_macro2 Change-Id: Id6996cca654a67d86b17069c71a922ae5838c50e
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5d03a89..7c4f5d0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,7 +5,6 @@ rust_library_rlib {
srcs: ["src/lib.rs"],
rlibs: ["libunicode_xid"],
flags: [
- "--cfg u128",
"--cfg use_proc_macro",
"--cfg wrap_proc_macro",
],