aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-04-27 21:46:21 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-04-27 21:46:21 +0000
commita4693ca406aa7a06e2f2093abbe1f56eb60907de (patch)
treee689f8e4822d8e898501f577e3329345af52521e
parent55629747c3beca7abbdd157e757f695a7afa3731 (diff)
parent91b2cf40d1f85ab2ecc60a23d387486de7809c5a (diff)
downloadthread_local-a4693ca406aa7a06e2f2093abbe1f56eb60907de.tar.gz
Snap for 6435660 from 91b2cf40d1f85ab2ecc60a23d387486de7809c5a to sdk-releaseplatform-tools-30.0.3platform-tools-30.0.2platform-tools-30.0.1
Change-Id: I6cd4b96cfba03235d9d789f346d254bf0f5de141
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..4b09a12
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,14 @@
+// This file is generated by cargo2android.py.
+
+rust_library_host_rlib {
+ name: "libthread_local",
+ crate_name: "thread_local",
+ srcs: ["src/lib.rs"],
+ edition: "2015",
+ rlibs: [
+ "liblazy_static",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// lazy_static-1.4.0