am: 54cba24
* commit '54cba246b88e193c986e94392fe7a53797d5c48e':
healthd: Explicitly reference headers from libbinder
Change-Id: Id70a026221e9c1ef85178fb5789d0c0c8546a5ac
This commit is contained in:
commit
6fd9e68aad
|
@ -8,6 +8,7 @@ LOCAL_MODULE := libhealthd.default
|
|||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_STATIC_LIBRARIES := libbinder
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
@ -15,7 +16,7 @@ LOCAL_SRC_FILES := BatteryMonitor.cpp
|
|||
LOCAL_MODULE := libbatterymonitor
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_STATIC_LIBRARIES := libutils
|
||||
LOCAL_STATIC_LIBRARIES := libutils libbinder
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
Loading…
Reference in New Issue