Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiktodz authored May 23, 2024
1 parent c18e4b5 commit 2d3e480
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ GCCaPath="${MainPath}/GCC64"
GCCbPath="${MainPath}/GCC32"

# Identity
KERNELNAME=TheOneMemory
CODENAME=Hayzel
VARIANT=HMP
KERNELNAME=lineageos
CODENAME=rebase
VARIANT=eas
BASE=longterm

# The name of the Kernel, to name the ZIP
ZIPNAME="$KERNELNAME-UDC-KSU"
ZIPNAME="$KERNELNAME-UDC"

# Show manufacturer info
MANUFACTURERINFO="ASUSTek Computer Inc."

# Clone Kernel Source
echo " "
msg "|| Cloning Kernel Source ||"
git clone --depth=1 --recursive https://$USERNAME:$TOKEN@github.com/Tiktodz/android_kernel_asus_sdm636 -b 14-ksu kernel
git clone --depth=1 https://$USERNAME:$TOKEN@github.com/Tiktodz/android_kernel_asus_sdm636 -b 14-eas kernel

# Clone AOSP Clang
[[ "$(pwd)" != "${MainPath}" ]] && cd "${MainPath}"
Expand Down

0 comments on commit 2d3e480

Please sign in to comment.