aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-24 01:14:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-24 01:14:13 +0000
commit8fcb08ea46323e47b8ec1bce5cf6968a3c80c659 (patch)
tree380aa8ea0e7fa51f764b1102e234814fa55a8791
parentacd09985ff0da954f51d45045f81e876a63f7650 (diff)
parentf1db1383385ac1ffd88e89fa5506d0e21fa80944 (diff)
downloadsonic-8fcb08ea46323e47b8ec1bce5cf6968a3c80c659.tar.gz
Export include dirs from libsonic am: 44dc9781d7
am: f1db138338 Change-Id: If0342ab75fc38bfda0ebd1fa0bf63cf009235bb4
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 617955b..23ca486 100644
--- a/Android.bp
+++ b/Android.bp
@@ -9,6 +9,6 @@ cc_library_shared {
"-Wall",
"-Werror",
],
-
- cppflags: ["-std=c++98"],
+ export_include_dirs: ["."],
+ cpp_std: "c++98",
}