From 55629747c3beca7abbdd157e757f695a7afa3731 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 7 Apr 2020 14:24:03 -0700 Subject: Import 'thread_local' package version 1.0.1 * Add OWNERS * No Android.bp yet Bug: 152884384 Test: make Change-Id: I50daca2484475354a0f7696a1ad755a0738697c3 --- METADATA | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 METADATA (limited to 'METADATA') diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..acc3f4a --- /dev/null +++ b/METADATA @@ -0,0 +1,19 @@ +name: "thread_local" +description: "This library provides the ThreadLocal and CachedThreadLocal types which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library's thread_local! macro which only allows static thread-local storage." +third_party { + url { + type: HOMEPAGE + value: "https://crates.io/crates/thread_local" + } + url { + type: GIT + value: "https://github.com/Amanieu/thread_local-rs" + } + version: "1.0.1" + license_type: NOTICE + last_upgrade_date { + year: 2020 + month: 3 + day: 31 + } +} -- cgit v1.2.3