aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-07-08 00:17:24 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-07-08 00:17:24 +0000
commit23194f253a9e812cbec403c68d27535f51fe8813 (patch)
treeadc522b01e312ba50862f765f1fe10c6ba88eea1
parenta4693ca406aa7a06e2f2093abbe1f56eb60907de (diff)
parent33c60130a134345d90af4d55ce452123907a0e0e (diff)
downloadthread_local-23194f253a9e812cbec403c68d27535f51fe8813.tar.gz
Snap for 6660490 from 33c60130a134345d90af4d55ce452123907a0e0e to sdk-release
Change-Id: I12313f5ed4badb197238558aa435cac28ef2ccea
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 4b09a12..0c2ca4d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,11 +1,11 @@
// This file is generated by cargo2android.py.
-rust_library_host_rlib {
+rust_library_host {
name: "libthread_local",
crate_name: "thread_local",
srcs: ["src/lib.rs"],
edition: "2015",
- rlibs: [
+ rustlibs: [
"liblazy_static",
],
}