land: Move common recovery makefile to device

This is in no way common.

Change-Id: Ib249fd067bb4f5dd7f5800783f8dc234b2b099ea
This commit is contained in:
Zhao Wei Liew 2017-01-01 13:18:43 +08:00
parent 140482ddf9
commit 3e464c2ae7
2 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,6 @@ include $(CM_PATH)/common/clang.mk
include $(CM_PATH)/common/cpusets.mk
include $(CM_PATH)/common/dlmalloc.mk
include $(CM_PATH)/common/gps.mk
include $(CM_PATH)/common/recovery.mk
include $(CM_PATH)/common/sepolicy.mk
# Inherit QCOM board fragments

View file

@ -1,4 +1,5 @@
# Recovery
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/fstab.qcom
TARGET_RECOVERY_UI_LIB := librecovery_ui_msm
TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_msm
TARGET_RELEASETOOLS_EXTENSIONS := device/qcom/common