Skip to content

Commit ba29ca9

Browse files
committed
soong: Rebrand to SuperiorOS
1 parent e052cf3 commit ba29ca9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bin/hmm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Common script utilities
1818
source $(cd $(dirname $BASH_SOURCE) &> /dev/null && pwd)/../../make/shell_utils.sh
19-
source $ANDROID_BUILD_TOP/vendor/lineage/build/soong/bin/hmm
19+
source $ANDROID_BUILD_TOP/vendor/superior/build/soong/bin/hmm
2020

2121
cat <<EOF
2222
@@ -69,7 +69,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
6969
7070
EOF
7171

72-
__print_lineage_functions_help
72+
__print_superior_functions_help
7373

7474
cat <<EOF
7575
@@ -81,7 +81,7 @@ Look at the source to view more functions. The complete list is:
8181
EOF
8282
T=$(gettop)
8383
A=""
84-
for i in `cat $T/build/envsetup.sh $T/vendor/lineage/build/envsetup.sh | sed -n "/^[[:blank:]]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do
84+
for i in `cat $T/build/envsetup.sh $T/vendor/superior/build/envsetup.sh | sed -n "/^[[:blank:]]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do
8585
A="$A $i"
8686
done
8787
echo $A

ui/build/dumpvars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_
154154
var BannerVars = []string{
155155
"PLATFORM_VERSION_CODENAME",
156156
"PLATFORM_VERSION",
157-
"LINEAGE_VERSION",
157+
"SUPERIOR_VERSION",
158158
"PRODUCT_SOURCE_ROOT_DIRS",
159159
"TARGET_PRODUCT",
160160
"TARGET_BUILD_VARIANT",

0 commit comments

Comments
 (0)