From 0ecd342743518b503391ebdf878b114fbca13281 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 7 May 2015 15:51:37 -0700 Subject: [PATCH] Export libbenchmark include dir Export the libbenchmark include directory so the build system doesn't have manually add it for cc_benchmark modules. Change-Id: I918a2fa5fb3104f4c2d86930ed2b9c5e00820ec6 --- benchmarks/Blueprints | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/Blueprints b/benchmarks/Blueprints index 2128a6dd9..b3b8c9238 100644 --- a/benchmarks/Blueprints +++ b/benchmarks/Blueprints @@ -42,6 +42,7 @@ cc_library_static { cppflags: benchmark_cppflags, srcs: benchmarklib_src_files, static_libs: ["libbase"], + export_include_dirs: ["."], target: { darwin: { // Only supported on linux systems.