Fix Go suffix
This commit is contained in:
parent
36e63f8a80
commit
a8ead1aa88
@ -24,7 +24,7 @@ for part in a ab;do
|
|||||||
if [ "$apps" == "gapps-go" ];then
|
if [ "$apps" == "gapps-go" ];then
|
||||||
apps_suffix="o"
|
apps_suffix="o"
|
||||||
apps_script='$(call inherit-product, device/phh/treble/gapps-go.mk)'
|
apps_script='$(call inherit-product, device/phh/treble/gapps-go.mk)'
|
||||||
app_name="Go"
|
apps_name="Go"
|
||||||
fi
|
fi
|
||||||
if [ "$apps" == "foss" ];then
|
if [ "$apps" == "foss" ];then
|
||||||
apps_suffix="f"
|
apps_suffix="f"
|
||||||
|
Loading…
Reference in New Issue
Block a user