Merge "healthd: Explicitly reference headers from libbinder"
am: 911982d
* commit '911982d8b56c1f68818628637fbee3cb7273878f':
healthd: Explicitly reference headers from libbinder
Change-Id: I089dd01dc531d549b87bdef54d9fd931865665e4
This commit is contained in:
commit
c2fd0b6e89
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue