Merge "healthd: Explicitly reference headers from libbinder" am: 911982d
am: c2fd0b6
* commit 'c2fd0b6e8966c554eb78d012cefd9d9685871700':
healthd: Explicitly reference headers from libbinder
Change-Id: Ia3f2c9fad18f712c1089c119b247702a54c19f6e
This commit is contained in:
commit
54cba246b8
|
@ -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