aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-24 01:16:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-24 01:16:41 +0000
commit7dcf783b3cb22c4453755396204a74636cb0dd6c (patch)
tree380aa8ea0e7fa51f764b1102e234814fa55a8791
parent7b7792449201407186c0cefe4fed1d5e7c74cdb3 (diff)
parent8fcb08ea46323e47b8ec1bce5cf6968a3c80c659 (diff)
downloadsonic-7dcf783b3cb22c4453755396204a74636cb0dd6c.tar.gz
Export include dirs from libsonic am: 44dc9781d7 am: f1db138338
am: 8fcb08ea46 Change-Id: I4896661ae7695abe550b807ca91c23ba612a37b4
-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",
}