sm6150-common: recovery: Include moved headers

Change-Id: Ia0e49562dac01bf3ecd674270f2011546cfd3498
This commit is contained in:
Demon Singur 2018-08-08 19:57:04 +00:00 committed by Arian
parent c5b39fc554
commit dfe3b1cdd1
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -1,10 +1,7 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := \
bootable/recovery \
bootable/recovery/edify/include \
bootable/recovery/otautil/include
LOCAL_SRC_FILES := recovery_updater.cpp
LOCAL_MODULE := librecovery_updater_xiaomi
LOCAL_STATIC_LIBRARIES := libedify libotautil
include $(BUILD_STATIC_LIBRARY)