Merge "Export libbinder headers from libhealhd.default"
am: c2241b9

* commit 'c2241b9c5dbff5028558e658286c242c050594f8':
  Export libbinder headers from libhealhd.default

Change-Id: Ia85f8aa9f4e507f05386ff38bd7fabb106250ec1
diff --git a/healthd/Android.mk b/healthd/Android.mk
index d866887..127f39e 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -9,6 +9,7 @@
 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)