Export include dirs from libsonic am: 44dc9781d7 am: f1db138338
am: 8fcb08ea46

Change-Id: I4896661ae7695abe550b807ca91c23ba612a37b4
diff --git a/Android.bp b/Android.bp
index 617955b..23ca486 100644
--- a/Android.bp
+++ b/Android.bp
@@ -9,6 +9,6 @@
         "-Wall",
         "-Werror",
     ],
-
-    cppflags: ["-std=c++98"],
+    export_include_dirs: ["."],
+    cpp_std: "c++98",
 }