aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-06 08:43:46 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-06 08:43:46 -0700
commit51038cd0363075720e598c5bac91d5a0d09ffacb (patch)
tree04a81ba53053c150df2562f9fcc4814673ffc020
parenteffecdd1f930ac60079e501eb66007ebf63d62d5 (diff)
parente39557cb8d029feed28cc83ef15a384eefb19875 (diff)
downloadcpu_features-51038cd0363075720e598c5bac91d5a0d09ffacb.tar.gz
Build cpu_features for Windows too.ndk-sysroot-r21
am: e39557cb8d Change-Id: Icaf19fff2719301e5c4fd50c767773a9c0912b0e
-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 {