Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #483 from lissyx/eagle
Browse files Browse the repository at this point in the history
Eagle
  • Loading branch information
lissyx committed Oct 27, 2015
2 parents c4f594e + 556e3c7 commit af3f6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config.sh
Expand Up @@ -186,7 +186,7 @@ case "$1" in
repo_sync $1
;;

"leo-l"|"aries-l"|"scorpion-l"|"sirius-l"|"tianchi-l"|"flamingo-l")
"leo-l"|"aries-l"|"scorpion-l"|"sirius-l"|"tianchi-l"|"flamingo-l"|"eagle-l")
echo PRODUCT_NAME=$1 | sed 's/..$//' >> .tmp-config &&
repo_sync sony-aosp-l
;;
Expand Down Expand Up @@ -239,6 +239,7 @@ case "$1" in
echo - sirius-l "(Z2 L)"
echo - tianchi-l "(T2U L)"
echo - flamingo-l "(E3 L)"
echo - eagle-l "(M2 L)"
exit -1
;;
esac
Expand Down
4 changes: 2 additions & 2 deletions flash.sh
Expand Up @@ -157,7 +157,7 @@ flash_fastboot()
fi
fi
case ${DEVICE} in
"aries"|"leo"|"scorpion"|"sirius"|"tianchi"|"flamingo")
"aries"|"leo"|"scorpion"|"sirius"|"tianchi"|"flamingo"|"eagle")
fastboot_flash_image recovery FOTAKernel
;;
esac
Expand Down Expand Up @@ -398,7 +398,7 @@ case "$DEVICE" in
exit $?
;;

"flame"|"otoro"|"unagi"|"keon"|"peak"|"inari"|"wasabi"|"flatfish"|"aries"|"leo"|"scorpion"|"sirius"|"tianchi"|"flamingo"|"scx15_sp7715"*)
"flame"|"otoro"|"unagi"|"keon"|"peak"|"inari"|"wasabi"|"flatfish"|"aries"|"leo"|"scorpion"|"sirius"|"tianchi"|"flamingo"|"eagle"|"scx15_sp7715"*)
flash_fastboot nounlock $PROJECT
;;

Expand Down

0 comments on commit af3f6f0

Please sign in to comment.