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

am: 447ae54

* commit '447ae54e3f9bda337843ced69970d213af9b98d5':
  Export libbinder headers from libhealhd.default

Change-Id: Id78d578cd84774e1971268e8442d3d17222b3f2a
This commit is contained in:
Christopher Wiley 2016-04-18 17:20:27 +00:00 committed by android-build-merger
commit 9737a98824

View file

@ -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)