MinMicroG/conf/dummy-defconf.txt

78 lines
605 B
Plaintext
Raw Normal View History

2019-11-24 05:52:16 +00:00
# Config
2021-05-08 00:48:35 +00:00
variant="";
2019-11-24 05:52:16 +00:00
ver="";
2021-05-08 00:48:35 +00:00
verc="";
2019-11-24 05:52:16 +00:00
date="";
minsdk="";
2019-11-24 05:52:16 +00:00
modprop="id=$modname
2019-11-24 05:52:16 +00:00
name=
version=$ver
versionCode=$verc
author=
description=
support=
donate=
minMagisk=
";
stuff="
";
stuff_arch="
";
stuff_sdk="
";
stuff_arch_sdk="
";
2020-12-06 06:41:14 +00:00
stuff_util="
";
stuff_uninstall="$stuff $stuff_arch $stuff_sdk $stuff_arch_sdk";
2019-11-24 05:52:16 +00:00
stuff_debloat="
";
stuff_perm="
";
2020-07-07 15:55:07 +00:00
pre_build_actions() {
return 0;
}
post_build_actions() {
return 0;
}
2019-11-24 05:52:16 +00:00
pre_install_actions() {
return 0;
}
post_install_actions() {
return 0;
}
pre_uninstall_actions() {
return 0;
}
post_uninstall_actions() {
return 0;
}