libgui should re-export libbinder include paths
libgui headers include headres from libbinder. Therefor, consumers
need the complete include paths of both libries.
Bug: 27804373
Change-Id: I4c355f32fb58298059abf7c546b48e8b24b4dc3c
Test: Compiles when libbinder include path changes.
diff --git a/libs/gui/Android.mk b/libs/gui/Android.mk
index abc18db..ffa0922 100644
--- a/libs/gui/Android.mk
+++ b/libs/gui/Android.mk
@@ -81,6 +81,7 @@
libutils \
liblog
+LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libbinder
LOCAL_MODULE := libgui