You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.0 KiB
Plaintext

# Config
modname="MinAddon-AuroraServices";
variant="AuroraServices";
ver="2.12.0";
verc="2120";
date="29 july 2023";
minsdk="21";
modprop="id=$modname
name=Minimal MicroG Addon Pack $variant
version=$ver
versionCode=$verc
author=MOVZX and FatherJony and FriendlyNeighborhoodShane
description=A Minimal MicroG installer with just the essentials
support=
donate=
minMagisk=1900
";
stuff="
/system/etc/permissions/com.aurora.services.xml
/system/priv-app/AuroraServices/AuroraServices.apk
";
stuff_arch="
";
stuff_sdk="
";
stuff_arch_sdk="
";
stuff_util="
";
stuff_other="
";
stuff_old="
";
stuff_uninstall="$stuff $stuff_arch $stuff_sdk $stuff_arch_sdk $stuff_other $stuff_old";
stuff_debloat="
";
stuff_perm="
/system/etc/permissions
/system/priv-app/AuroraServices
";
pre_build_actions() {
return 0;
}
post_build_actions() {
return 0;
}
pre_install_actions() {
return 0;
}
post_install_actions() {
return 0;
}
pre_uninstall_actions() {
return 0;
}
post_uninstall_actions() {
return 0;
}