OSDN Git Service

libgui should re-export libbinder include paths
authorChristopher Wiley <wiley@google.com>
Mon, 18 Apr 2016 22:50:56 +0000 (15:50 -0700)
committerChristopher Wiley <wiley@google.com>
Mon, 18 Apr 2016 22:50:56 +0000 (15:50 -0700)
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.

libs/gui/Android.mk

index abc18db..ffa0922 100644 (file)
@@ -81,6 +81,7 @@ LOCAL_SHARED_LIBRARIES := \
        libutils \
        liblog
 
+LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libbinder
 
 LOCAL_MODULE := libgui