aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-12-06 11:03:03 -0800
committerDan Albert <danalbert@google.com>2018-12-06 11:03:03 -0800
commitbf34ad11fbd586f5d9aef9641177be55bd082dfe (patch)
treed478e49c350b2c079f3248a87c4a89db57e766c7
parent6fc9b087030be0856979c7b9e9a13df7e76c50d2 (diff)
downloadjsoncpp-bf34ad11fbd586f5d9aef9641177be55bd082dfe.tar.gz
Don't automatically include the build directory.
This directory contains a file named "version", which conflicts with the standard library's <version>. Test: m checkbuild Bug: None Change-Id: I8dc160c8718dac672436d196d917b901163fd68b
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d7a6488..dafcb8f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,6 +11,8 @@ cc_defaults {
"src/lib_json",
],
+ include_build_directory: false,
+
export_include_dirs: ["include"],
cflags: [