aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiz Kammer <eakammer@google.com>2022-01-07 11:36:58 -0500
committerLiz Kammer <eakammer@google.com>2022-01-14 12:53:21 -0500
commita6fee370bedf000f6d2032fe0ea599beaa5a5330 (patch)
tree56e2cb87201135f87c41592ddf614f3a0f01f40c
parent82d8129b864bd2d4fb44c9c95d2bf07d117c3460 (diff)
downloadx86_64-w64-mingw32-4.8-a6fee370bedf000f6d2032fe0ea599beaa5a5330.tar.gz
Test: m && ci Change-Id: I9ca07765b2bca2dc2d490539a58f31e6dc65f46a
-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"],
+}