commit | 863f21d759af915d0f15c63094c3ebc27ae99bf8 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Oct 31 11:54:09 2019 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Oct 31 11:54:09 2019 -0700 |
tree | 03aeec220a49b2f9197f69087384bd6d5ddf60b1 | |
parent | e5870cff16a0eab8ca6647aae3a548fa616b7f2d [diff] |
Use default module name 'liblibc' Test: mm all rust projects Change-Id: I153ac7bb1dc9cc8fdcae4fa9ee2ddf0fdaa3ad9a
diff --git a/Android.bp b/Android.bp index 4737980..48cce16 100644 --- a/Android.bp +++ b/Android.bp
@@ -1,8 +1,7 @@ // This file is generated by cargo2android.py. rust_library_rlib { - name: "libc_rust", - stem: "liblibc", + name: "liblibc", host_supported: true, crate_name: "libc", srcs: ["src/lib.rs"],