Skip to content

Commit

Permalink
Support Mi439 and remove mi439 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apon77 authored Jun 5, 2022
1 parent 50559ae commit ca72128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [[ $CIRRUS_COMMIT_MESSAGE == "Update build_rom.sh" ]]; then echo Please use p
fi

if [[ $device == 'copy' ]]; then echo "Please use lunch or brunch command with device codename after . build/envsetup.sh" ; exit 1; fi
if [[ $device == 'Mi439' ]]; then echo "Please use device codename mi439 also create your dt with this device code name." ; exit 1; fi
if [[ $device == 'mi439' ]]; then echo "Please use device codename Mi439 also create your dt with this device code name." ; exit 1; fi

if [[ $BRANCH == *pull/* ]]; then

Expand Down

0 comments on commit ca72128

Please sign in to comment.