aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"],
+}