summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--standalone/android/Makefile1
-rw-r--r--standalone/android/icons/drawable-hdpi/ic_launcher.pngbin0 -> 1829 bytes
-rw-r--r--standalone/android/icons/drawable-ldpi/ic_launcher.pngbin0 -> 994 bytes
-rw-r--r--standalone/android/icons/drawable-mdpi/ic_launcher.pngbin0 -> 1270 bytes
-rw-r--r--standalone/android/icons/drawable-xhdpi/ic_launcher.pngbin0 -> 2392 bytes
l---------standalone/android/icons/drawable/ic_launcher.png1
6 files changed, 2 insertions, 0 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index a8ed260d2..e6ed1e992 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -91,6 +91,7 @@ build-utils: source
cd source/term && git reset --hard
cd source/term && patch -p1 <../../term.patch
+ (cd icons && tar c .) | (cd source/term/res && tar x)
# This renaming has a purpose. It makes the path to the app's
# /data directory shorter, which makes ssh connection caching
# sockets placed there have more space for their filenames.
diff --git a/standalone/android/icons/drawable-hdpi/ic_launcher.png b/standalone/android/icons/drawable-hdpi/ic_launcher.png
new file mode 100644
index 000000000..8ab03145c
--- /dev/null
+++ b/standalone/android/icons/drawable-hdpi/ic_launcher.png
Binary files differ
diff --git a/standalone/android/icons/drawable-ldpi/ic_launcher.png b/standalone/android/icons/drawable-ldpi/ic_launcher.png
new file mode 100644
index 000000000..9ae1aadfc
--- /dev/null
+++ b/standalone/android/icons/drawable-ldpi/ic_launcher.png
Binary files differ
diff --git a/standalone/android/icons/drawable-mdpi/ic_launcher.png b/standalone/android/icons/drawable-mdpi/ic_launcher.png
new file mode 100644
index 000000000..01b32ef85
--- /dev/null
+++ b/standalone/android/icons/drawable-mdpi/ic_launcher.png
Binary files differ
diff --git a/standalone/android/icons/drawable-xhdpi/ic_launcher.png b/standalone/android/icons/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 000000000..e435eaad1
--- /dev/null
+++ b/standalone/android/icons/drawable-xhdpi/ic_launcher.png
Binary files differ
diff --git a/standalone/android/icons/drawable/ic_launcher.png b/standalone/android/icons/drawable/ic_launcher.png
new file mode 120000
index 000000000..28d94e566
--- /dev/null
+++ b/standalone/android/icons/drawable/ic_launcher.png
@@ -0,0 +1 @@
+../drawable-mdpi/ic_launcher.png \ No newline at end of file