Implement choice of UnifiedNLP only or full microG

This commit is contained in:
Tad 2018-06-25 09:31:31 -04:00
parent f6cdc9426c
commit 97248d28f2
6 changed files with 23 additions and 25 deletions

View file

@ -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;