diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-28 23:15:22 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-28 23:15:22 +0200 |
commit | 3bbb95b79f89733b8d36c81df5c230b797367f4b (patch) | |
tree | 4fa1d9cd8b92b5482fe37c692df9f3cfa722c1cb /gui | |
parent | Fix compiler warnings (diff) | |
download | android_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 |
Diffstat (limited to '')
-rw-r--r-- | gui/Android.mk | 1 | ||||
-rw-r--r-- | gui/devices/720x1280/res/images/exclamation400.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..f3a8aabb6 --- /dev/null +++ b/gui/devices/720x1280/res/images/exclamation400.png |