Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2fd0b6e authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Merge "healthd: Explicitly reference headers from libbinder"

am: 911982d8

* commit '911982d8':
  healthd: Explicitly reference headers from libbinder

Change-Id: I089dd01dc531d549b87bdef54d9fd931865665e4
parents fc4f951a 911982d8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)