aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-11-01 09:59:17 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-11-01 09:59:17 -0700
commitb2c25205990d8378eb8b9374a121098d43b74ff6 (patch)
tree03aeec220a49b2f9197f69087384bd6d5ddf60b1
parentc9287c1a4a1fdef4bdb7de6b44c6b76947c725b2 (diff)
parent9d0848ce4d1a320a830191d2087110675ca55f7e (diff)
downloadlibc-b2c25205990d8378eb8b9374a121098d43b74ff6.tar.gz
Use default module name 'liblibc' am: 863f21d759
am: 9d0848ce4d Change-Id: Ib9b6a905077f5af06d9b890be183ed3791211ca5
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 47379802..48cce16c 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"],