healthd: Drop the unneeded include path.
libminui has been exporting headers since Oreo. Test: mmma -j system/core/healthd Change-Id: Iaadfa526619dcd4837a97b78cfa03dc69ffa4000
This commit is contained in:
parent
a23ba9f61a
commit
b6ccc78e0c
|
@ -43,7 +43,7 @@ LOCAL_SRC_FILES := \
|
|||
AnimationParser.cpp
|
||||
|
||||
LOCAL_MODULE := libhealthd_charger
|
||||
LOCAL_C_INCLUDES := bootable/recovery $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := \
|
||||
$(LOCAL_PATH) \
|
||||
$(LOCAL_PATH)/include
|
||||
|
|
Loading…
Reference in New Issue