Merge "Enable windows builds in soong"
diff --git a/Android.bp b/Android.bp
index 783007d..19c7a9a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,12 @@
     srcs: ["lib/builtins/mulodi4.c"],
     sanitize: ["never"],
     stl: "none",
+
+    target: {
+        windows: {
+            enabled: true,
+        },
+    },
 }
 
 // Don't build compiler-rt without clang