Skip to content

Commit

Permalink
Merge branch 'cm-11.0' into stable/cm-11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brint E. Kriebel committed Nov 18, 2014
2 parents caee911 + d559aac commit 0106bd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,12 @@ recovery_binary := $(call intermediates-dir-for,EXECUTABLES,recovery)/recovery
recovery_resources_common := $(call project-path-for,recovery)/res
recovery_resources_extra := $(call project-path-for,recovery)/res-$(TARGET_RECOVERY_SCREEN_WIDTH)
recovery_resources_private := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery/res))
ifneq ($(TARGET_RECOVERY_DEVICE_DIRS),)
recovery_root_private := $(strip \
$(foreach d,$(TARGET_RECOVERY_DEVICE_DIRS), $(wildcard $(d)/recovery/root)))
else
recovery_root_private := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery/root))
endif
recovery_resource_deps := $(shell find $(recovery_resources_common) $(recovery_resources_extra) \
$(recovery_resources_private) $(recovery_root_private) -type f)
ifneq ($(TARGET_RECOVERY_FSTAB),)
Expand Down

0 comments on commit 0106bd1

Please sign in to comment.