From 8ac71c7fc69ebff609bd669c17fa5ef4a95cbadf Mon Sep 17 00:00:00 2001 From: Christopher Wiley Date: Mon, 18 Apr 2016 09:33:53 -0700 Subject: [PATCH] Export libbinder headers from libhealhd.default Consumers of libhealthd.default will need these headers. Bug: 27804373 Change-Id: I59e8526e3491f0db528d1277b8e2f4b68ce85805 Test: Compiles. --- healthd/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/healthd/Android.mk b/healthd/Android.mk index d8668875d..127f39e90 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk @@ -9,6 +9,7 @@ LOCAL_CFLAGS := -Werror LOCAL_C_INCLUDES := $(LOCAL_PATH)/include LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include LOCAL_STATIC_LIBRARIES := libbinder +LOCAL_EXPORT_STATIC_LIBRARY_HEADERS := libbinder include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS)