aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-11-14 17:19:59 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-11-14 17:19:59 -0800
commitcdbec57cc149dfe9fc4f485e4c2a021d9c4c884a (patch)
tree67ec0ef7c0afd55ea1296e46d18421013d2d3028
parent57d17855f07bc7dff635ec12f9642face0be77a4 (diff)
parent89dafb041c563a666a7790d888b3657d2dee85ff (diff)
downloadgoogle-benchmark-cdbec57cc149dfe9fc4f485e4c2a021d9c4c884a.tar.gz
Enable benchmarks on darwin am: bfefb418aa
am: 89dafb041c Change-Id: I5ad71f5f2ec6a5317afe772668fc158a0711fe6a
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 67faefb..84145b7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,11 +17,6 @@
cc_library_static {
name: "libgoogle-benchmark",
host_supported: true,
- target: {
- darwin: {
- enabled: false,
- },
- },
local_include_dirs: ["include"],
cflags: [
"-DBENCHMARK_ANDROID",