Enable windows build for libssl. am: 81ce7a5b19
am: 71c4408539

Change-Id: I8c7865e959a1418f4c4de4e4cfede5115c4e668f
diff --git a/Android.bp b/Android.bp
index 46a7daf..1ce986b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -237,6 +237,11 @@
         "boringssl_defaults",
         "boringssl_flags",
     ],
+    target: {
+        windows: {
+            enabled: true,
+        },
+    },
     unique_host_soname: true,
 
     shared_libs: ["libcrypto"],