aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorNavinprashath <navinprashath@google.com>2020-01-09 11:47:37 +0800
committerNavinprashath <navinprashath@google.com>2020-01-15 14:24:36 +0800
commit8556c6c05e8636fcc73143434c390daa79a2fb4f (patch)
tree9fe85a0554e3f7ada5359be9166861943726db08 /Android.bp
parent3b0b79ddc21c894c8a9c0fae44d50813f94f28ff (diff)
downloadgoogle-benchmark-8556c6c05e8636fcc73143434c390daa79a2fb4f.tar.gz
google-benchmark: Make vendor_available trueandroid-r-preview-1
Test: Build pass Bug: 147394907 Change-Id: Ib150986d4bb07435492d675a31aa4ede768f7a20
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e69336d..e886e1c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,7 @@ cc_library_static {
name: "libgoogle-benchmark",
host_supported: true,
local_include_dirs: ["include"],
+ vendor_available: true,
cflags: [
"-DBENCHMARK_ANDROID",
"-DHAVE_POSIX_REGEX",