commit | 729d518333e3fb5157baab8959b4375decd075cf | [log] [tgz] |
---|---|---|
author | Alexander Martinz <amartinz@shiftphones.com> | Thu Apr 07 19:26:37 2022 +0200 |
committer | Alexander Martinz <alex@amartinz.at> | Mon Nov 18 08:34:11 2024 +0100 |
tree | f0cc813fed6204e4924e4bbdc3e9b1354e7ff5e6 | |
parent | 148bcce499c8d32df0d3ead5c3d8bd22ed49f810 [diff] [blame] |
(SHIFT) build: add ShiftOS build support Change-Id: I0bc4c6e792c0742c4b9f22cb1a3ff10f3ee711f5 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/envsetup.sh b/envsetup.sh index 2883348..c8376ef 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -157,7 +157,7 @@ if (echo -n $1 | grep -q -e "^lineage_") ; then LINEAGE_BUILD=$(echo -n $1 | sed -e 's/^lineage_//g') else - LINEAGE_BUILD= + LINEAGE_BUILD=$1 fi export LINEAGE_BUILD