summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthat <github@that.at>2014-12-25 19:57:36 +0100
committerDees Troy <dees_troy@teamw.in>2014-12-29 17:00:50 +0100
commitc1f5c0f7fd18463831e67dc93c5651cc2d5bddca (patch)
treea2575b0671500f2acbcd555308f5d4c6dcdb21ac
parentCheck for valid MTP_Storage_ID before adding or removing (diff)
downloadandroid_bootable_recovery-c1f5c0f7fd18463831e67dc93c5651cc2d5bddca.tar
android_bootable_recovery-c1f5c0f7fd18463831e67dc93c5651cc2d5bddca.tar.gz
android_bootable_recovery-c1f5c0f7fd18463831e67dc93c5651cc2d5bddca.tar.bz2
android_bootable_recovery-c1f5c0f7fd18463831e67dc93c5651cc2d5bddca.tar.lz
android_bootable_recovery-c1f5c0f7fd18463831e67dc93c5651cc2d5bddca.tar.xz
android_bootable_recovery-c1f5c0f7fd18463831e67dc93c5651cc2d5bddca.tar.zst
android_bootable_recovery-c1f5c0f7fd18463831e67dc93c5651cc2d5bddca.zip
-rw-r--r--gui/Android.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index d7a605e96..8ea4f3b90 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -64,21 +64,21 @@ ifeq ($(TW_DISABLE_TTF), true)
endif
ifeq ($(DEVICE_RESOLUTION),)
-$(warning ********************************************************************************)
-$(warning * DEVICE_RESOLUTION is NOT SET in BoardConfig.mk )
-$(warning * Please see http://tinyw.in/nP7d for details )
-$(warning ********************************************************************************)
-$(error stopping)
+ $(warning ********************************************************************************)
+ $(warning * DEVICE_RESOLUTION is NOT SET in BoardConfig.mk )
+ $(warning * Please see http://tinyw.in/50tg for details. )
+ $(warning ********************************************************************************)
+ $(error stopping)
endif
ifeq ($(TW_CUSTOM_THEME),)
- ifeq "$(wildcard $(commands_recovery_local_path)/gui/devices/$(DEVICE_RESOLUTION))" ""
- $(warning ********************************************************************************)
- $(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)
- endif
+ ifeq "$(wildcard $(commands_recovery_local_path)/gui/devices/$(DEVICE_RESOLUTION))" ""
+ $(warning ********************************************************************************)
+ $(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)
+ endif
endif
LOCAL_C_INCLUDES += bionic external/stlport/stlport $(commands_recovery_local_path)/gui/devices/$(DEVICE_RESOLUTION)