mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-24 05:49:33 -04:00
Implement choice of UnifiedNLP only or full microG
This commit is contained in:
parent
f6cdc9426c
commit
97248d28f2
6 changed files with 23 additions and 25 deletions
|
@ -39,7 +39,7 @@ sed -i "s/#fff4511e/#ffe53935/" core/res/res/values/colors.xml;
|
|||
enter "packages/apps/CMParts";
|
||||
sed -i "s/#ff009688/#ff$themeOverride500/" res/values/colors.xml;
|
||||
|
||||
if [ "$MICROG_INCLUDED" = true ]; then
|
||||
if [ "$MICROG_INCLUDED" = "FULL" ]; then
|
||||
enter "packages/apps/GmsCore";
|
||||
sed -i "s/#ff7fcac3/#ff$themeOverride300/" microg-ui-tools/src/main/res/values/colors.xml;
|
||||
sed -i "s/#ff009688/#ff$themeOverride500/" microg-ui-tools/src/main/res/values/colors.xml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue