aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-06 09:15:47 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-06 09:15:47 -0700
commit53d57ec80b57eec054041cf99190a5d5a0b623f2 (patch)
tree04a81ba53053c150df2562f9fcc4814673ffc020
parent9e147d64c5a02f3498f2d6ee32f71f2f885de1c6 (diff)
parentab76f8081a159f875ca1bef51e577b62bf172e4e (diff)
downloadcpu_features-53d57ec80b57eec054041cf99190a5d5a0b623f2.tar.gz
Build cpu_features for Windows too. am: e39557cb8d am: 51038cd036 am: f3b584fcff am: 889c2e69fd
am: ab76f8081a Change-Id: Ibefa176fc8b14105e5bfd0b6ba6bad0ea06456e3
-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 {