summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-08-31 18:30:15 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-09-03 17:53:37 +0200
commit55c75cad80479f35928f20fba7dcfbc3aec9994e (patch)
treec62fafb9c4f2039e253a4c41d783ee89c6e43772 /gui
parentRefresh partition details after changing file system (diff)
downloadandroid_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.gz
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.bz2
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.lz
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.xz
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.zst
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.zip
Diffstat (limited to 'gui')
-rw-r--r--gui/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index 3e499abe3..113fa5387 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -74,9 +74,9 @@ $(warning **********************************************************************
$(error stopping)
endif
-ifeq "$(wildcard bootable/recovery/gui/devices/$(DEVICE_RESOLUTION))" ""
+ifeq "$(wildcard $(commands_recovery_local_path)/gui/devices/$(DEVICE_RESOLUTION))" ""
$(warning ********************************************************************************)
-$(warning * DEVICE_RESOLUTION ($(DEVICE_RESOLUTION)) does NOT EXIST in bootable/recovery/gui/devices )
+$(warning * DEVICE_RESOLUTION ($(DEVICE_RESOLUTION)) does NOT EXIST in $(commands_recovery_local_path)/gui/devices )
$(warning * Please choose an existing theme or create a new one for your device )
$(warning ********************************************************************************)
$(error stopping)