aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-11-13 15:28:44 -0800
committerColin Cross <ccross@android.com>2018-11-13 15:28:44 -0800
commitbfefb418aa215b976a523f5317dbdb919d8c0290 (patch)
tree67ec0ef7c0afd55ea1296e46d18421013d2d3028 /Android.bp
parent885bd33e69c4d1474aee1d8692bd2a99d64971f8 (diff)
downloadgoogle-benchmark-bfefb418aa215b976a523f5317dbdb919d8c0290.tar.gz
libgoogle-benchmark works fine on darwin, enable it. Bug: 77585931 Test: m checkbuild Change-Id: I92f868b0ab740f06d32f989d87bc1e5cc0724a5e
Diffstat (limited to 'Android.bp')
-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",