aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-11-30 15:58:44 -0800
committerDan Willemsen <dwillemsen@google.com>2015-11-30 15:58:44 -0800
commitdd3079a1e6a1c8666e5be3c8efb193a1b7f5bb43 (patch)
treeb1a5304c3f80d3a203ec4f48460280438c3d92bb
parent8e21026512fa5355878ee53004de38d7ab5e1532 (diff)
downloadcompiler-rt-dd3079a1e6a1c8666e5be3c8efb193a1b7f5bb43.tar.gz
Enable windows builds in soong
Change-Id: I54affd8eaa783f58d1671d7114e8fc5604c2e388
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 783007dbb..19c7a9af0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,12 @@ cc_library_static {
srcs: ["lib/builtins/mulodi4.c"],
sanitize: ["never"],
stl: "none",
+
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
// Don't build compiler-rt without clang