Revert "msm8976-common: recovery: Drop pathmap dependency"

This reverts commit 900aee2784.
This commit is contained in:
ripee 2020-04-02 00:07:20 +02:00
parent d2305a880b
commit b353f36fa5
1 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,10 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := \
bootable/recovery \
bootable/recovery/edify/include \
bootable/recovery/otautil/include \
bootable/recovery/updater/include
LOCAL_C_INCLUDES := $(call project-path-for,recovery) \
$(call project-path-for,recovery)/edify/include \
$(call project-path-for,recovery)/otautil/include \
$(call project-path-for,recovery)/updater/include
LOCAL_SRC_FILES := recovery_updater.cpp
LOCAL_MODULE := librecovery_updater_samsung
LOCAL_MODULE_TAGS := eng