Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions build/buildother
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,8 @@ fi

clear

setupandro

export SCRIPT_DEVICE=$(echo $device)
buildandro
setupprop

if [ $SCRIPT_REPO == "cm" ]; then
if ( ! cat $LOCAL/xml/cm-local_manifest.xml | grep -q $device\" ); then
Expand Down
3 changes: 0 additions & 3 deletions build/buildotherrepo
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,7 @@ export OTHER_REPO_FOLDER=$(echo "${filelurker[$version]}")

clear

setupandro

export SCRIPT_DEVICE=$(echo $device)
buildandro
setupprop

echo "Finished!"
7 changes: 0 additions & 7 deletions build/buildsts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ if ( ! find $REPOS/$SCRIPT_REPO-$REPO_PLATFORM &> /dev/null ); then
menu
fi

setupandro

if [ $version == "1" ]; then
export SCRIPT_DEVICE=$(echo "solana")
fi
Expand All @@ -81,25 +79,20 @@ fi

if [ ! $version == "5" ]; then
buildandro
setupprop
fi

if [ $version == "5" ]; then
export SCRIPT_DEVICE=$(echo "solana")
buildandro
setupprop

export SCRIPT_DEVICE=$(echo "maserati")
buildandro
setupprop

export SCRIPT_DEVICE=$(echo "targa")
buildandro
setupprop

export SCRIPT_DEVICE=$(echo "spyder")
buildandro
setupprop
fi

echo "Finished!"
Expand Down