finish mipmap move
This commit is contained in:
parent
66ead156cb
commit
e5c8de0a82
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ release: clean
|
||||
ssh qemu '. .bash_aliases && cd /hostfs/vanilla && ./gradlew assembleRelease && cd ./app/build/outputs/apk/release && zipalign -v -p 4 app-release-unsigned.apk aligned.apk && /home/adrian/Android/build-tools/26.0.1/apksigner sign -ks /hostfs/.android.keystore --out final.apk aligned.apk'
|
||||
|
||||
clean:
|
||||
rm -rf ./app/build/outputs
|
||||
rm -rf ./app/build
|
||||
|
||||
uninstall:
|
||||
adb uninstall ch.blinkenlights.android.vanilla
|
||||
|
@ -34,7 +34,7 @@ THE SOFTWARE.
|
||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
||||
<application
|
||||
android:resizeableActivity="true"
|
||||
android:icon="@drawable/icon"
|
||||
android:icon="@mipmap/icon"
|
||||
android:label="@string/app_name">
|
||||
|
||||
<meta-data
|
||||
|
@ -37,5 +37,8 @@ for i in orig/mipmap/*.svgz; do
|
||||
gen mipmap "$i" xhdpi 192
|
||||
gen mipmap "$i" xxhdpi 288
|
||||
done
|
||||
|
||||
# GOOG tells us to use xxx-hdpi only for launcher icons
|
||||
gen mipmap "orig/mipmap/icon.svgz" xxxhdpi 384
|
||||
for i in orig/mipmap/ic*.svgz ; do
|
||||
gen mipmap "$i" xxxhdpi 384
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user