Compare commits

..

No commits in common. "a6abfcdaed9ca47bb6acbb7c6664c1986587ba18" and "b97e7cef81db7fb7584838c8e5205c45614607ca" have entirely different histories.

View file

@ -1,17 +1,8 @@
#!/bin/bash
set -e
if ! which aapt; then
echo "No aapt binary found; run \`mm aapt\` first"
exit 1
fi
# Always execute in the script's directory
pushd "$(dirname "$(realpath "$0")")"
# Clean up all previously generated
rm -rf Android.mk apps.mk bin lib
repo="https://f-droid.org/repo/"
prebuilt_libs=()
@ -175,14 +166,7 @@ downloadFromFdroid com.aurora.store
# Mail client
downloadFromFdroid com.fsck.k9 "Email"
# Gallery
downloadFromFdroid org.fossify.gallery "Photos Gallery Gallery2"
# Camera
downloadFromFdroid net.sourceforge.opencamera "Camera Camera2"
# Dialer
downloadFromFdroid org.fossify.phone Dialer
# Messages
downloadFromFdroid org.fossify.messages messaging
downloadFromFdroid com.machiav3lli.fdroid