aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-06 09:08:43 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-06 09:08:43 -0700
commitab76f8081a159f875ca1bef51e577b62bf172e4e (patch)
tree04a81ba53053c150df2562f9fcc4814673ffc020
parent68109ff74b3ae9b687e4b817df98b148951d404d (diff)
parent889c2e69fdf64b309fc71a293a2e17f7ee25b0cf (diff)
downloadcpu_features-ab76f8081a159f875ca1bef51e577b62bf172e4e.tar.gz
Build cpu_features for Windows too. am: e39557cb8d am: 51038cd036 am: f3b584fcff
am: 889c2e69fd Change-Id: Id3753ba08104d6ec9aecdf264264d0ff5e9e30c2
-rw-r--r--Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ea14659..c7569de 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,6 +22,11 @@ cc_library {
"src/stack_line_reader.c",
"src/string_view.c",
],
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
cc_library {
@@ -92,6 +97,11 @@ cc_library {
],
},
},
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
cc_binary {