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

Bug 1279286 - Add castor and castor_windy devices r=me #509

Merged
merged 1 commit into from Jun 9, 2016
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion config.sh
Expand Up @@ -209,7 +209,7 @@ case "$1" in
repo_sync $1
;;

"leo-l"|"scorpion-l"|"sirius-l"|"honami-l"|"amami-l"|"tianchi-l"|"flamingo-l"|"eagle-l"|"seagull-l")
"leo-l"|"scorpion-l"|"sirius-l"|"castor-l"|"castor_windy-l"|"honami-l"|"amami-l"|"tianchi-l"|"flamingo-l"|"eagle-l"|"seagull-l")
echo PRODUCT_NAME=$1 | sed 's/..$//' >> .tmp-config &&
repo_sync sony-aosp-l
;;
Expand Down Expand Up @@ -265,6 +265,8 @@ case "$1" in
echo - leo-l "(Z3 L)"
echo - scorpion-l "(Z3 Tablet Compact L)"
echo - sirius-l "(Z2 L)"
echo - castor-l "(Z2 L Tablet LTE/WiFi)"
echo - castor_windy-l "(Z2 L Tablet WiFi only)"
echo - honami-l "(Z1 L)"
echo - amami-l "(Z1 Compact L)"
echo - tianchi-l "(T2U L)"
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"|"honami"|"amami"|"tianchi"|"flamingo"|"eagle"|"seagull")
"aries"|"leo"|"scorpion"|"sirius"|"castor"|"castor_windy"|"honami"|"amami"|"tianchi"|"flamingo"|"eagle"|"seagull")
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"|"honami"|"amami"|"tianchi"|"flamingo"|"eagle"|"seagull"|"scx15_sp7715"*)
"flame"|"otoro"|"unagi"|"keon"|"peak"|"inari"|"wasabi"|"flatfish"|"aries"|"leo"|"scorpion"|"sirius"|"castor"|"castor_windy"|"honami"|"amami"|"tianchi"|"flamingo"|"eagle"|"seagull"|"scx15_sp7715"*)
flash_fastboot nounlock $PROJECT
;;

Expand Down