summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-28 23:15:22 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-28 23:15:22 +0200
commit3bbb95b79f89733b8d36c81df5c230b797367f4b (patch)
tree4fa1d9cd8b92b5482fe37c692df9f3cfa722c1cb
parentFix compiler warnings (diff)
downloadandroid_bootable_recovery-3bbb95b79f89733b8d36c81df5c230b797367f4b.tar
android_bootable_recovery-3bbb95b79f89733b8d36c81df5c230b797367f4b.tar.gz
android_bootable_recovery-3bbb95b79f89733b8d36c81df5c230b797367f4b.tar.bz2
android_bootable_recovery-3bbb95b79f89733b8d36c81df5c230b797367f4b.tar.lz
android_bootable_recovery-3bbb95b79f89733b8d36c81df5c230b797367f4b.tar.xz
android_bootable_recovery-3bbb95b79f89733b8d36c81df5c230b797367f4b.tar.zst
android_bootable_recovery-3bbb95b79f89733b8d36c81df5c230b797367f4b.zip
-rw-r--r--gui/Android.mk1
-rw-r--r--gui/devices/720x1280/res/images/exclamation400.pngbin0 -> 11295 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index 1bab0774a..58d9c4ba0 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -66,6 +66,7 @@ $(TWRP_RES_GEN):
cp -fr $(TWRP_RES_LOC)/common/res/* $(TARGET_RECOVERY_ROOT_OUT)/res/
cp -fr $(TWRP_RES_LOC)/$(DEVICE_RESOLUTION)/res/* $(TARGET_RECOVERY_ROOT_OUT)/res/
mkdir -p $(TARGET_RECOVERY_ROOT_OUT)/sbin/
+ ln -sf /sbin/busybox $(TARGET_RECOVERY_ROOT_OUT)/sbin/sh
ln -sf /sbin/pigz $(TARGET_RECOVERY_ROOT_OUT)/sbin/gzip
ln -sf /sbin/unpigz $(TARGET_RECOVERY_ROOT_OUT)/sbin/gunzip
diff --git a/gui/devices/720x1280/res/images/exclamation400.png b/gui/devices/720x1280/res/images/exclamation400.png
new file mode 100644
index 000000000..f3a8aabb6
--- /dev/null
+++ b/gui/devices/720x1280/res/images/exclamation400.png
Binary files differ