aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-27 02:08:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-27 02:08:28 +0000
commit6e20e5b626994a381ab09d9296637fc26d5e0a16 (patch)
tree56e2cb87201135f87c41592ddf614f3a0f01f40c
parent36f17701dab3fadffaa66d4b63f84b81d2bb1e13 (diff)
parenta6fee370bedf000f6d2032fe0ea599beaa5a5330 (diff)
downloadx86_64-w64-mingw32-4.8-6e20e5b626994a381ab09d9296637fc26d5e0a16.tar.gz
Snap for 8121614 from a6fee370bedf000f6d2032fe0ea599beaa5a5330 to sdk-releaseplatform-tools-33.0.1platform-tools-33.0.0
Change-Id: Ia9ff9e705f95878b0f7d667c7e8b4880171665ab
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e34afa83..5452aff4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -94,3 +94,23 @@ cc_prebuilt_library_shared {
},
},
}
+
+cc_prebuilt_library_static {
+ name: "libwinpthread",
+ host_supported: true,
+ enabled: false,
+ target: {
+ windows: {
+ enabled: true,
+ },
+ windows_x86: {
+ srcs: ["x86_64-w64-mingw32/lib32/libwinpthread.a"],
+ },
+ windows_x86_64: {
+ srcs: ["x86_64-w64-mingw32/lib/libwinpthread.a"],
+ },
+ },
+ stl: "none",
+ notice: ":mingw-libwinpthread-notice",
+ licenses: ["winpthreads_license"],
+}