ee2e211a63
Co-authored-by: Wang Han <416810799@qq.com> Co-authored-by: Fabian Leutenegger <fabian.leutenegger@bluewin.ch> Change-Id: I5cd3dfe9415e5a45a6924592fe4d26f7cd301eed
11 lines
289 B
Makefile
11 lines
289 B
Makefile
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
|
|
include $(BUILD_STATIC_LIBRARY)
|