OSDN Git Service

Create Android 1.5 version of notification icon.
[android-x86/packages-apps-AndroidTerm.git] / tools / install_service_icons.sh
index ec5e916..c92d9ee 100755 (executable)
@@ -29,4 +29,8 @@ for i in $(ls $SRC); do
         mkdir "$DSTDIR"
     fi
     cp "$SRC/$i/$ASSET" "$DSTDIR/$ASSET"
-done
\ No newline at end of file
+done
+
+# Create the Android 1.5 version of the icon
+
+cp "$SRC/drawable-mdpi/$ASSET" "$DST/drawable/ASSET"