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 #501 from lissyx/aries-l-manifest
Browse files Browse the repository at this point in the history
Bug 1242064 - Add aries-l symlink r=me
  • Loading branch information
lissyx committed Jan 25, 2016
2 parents 5b3ccf2 + 60e84b8 commit 462c4f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.sh
Expand Up @@ -187,7 +187,8 @@ case "$1" in
repo_sync $1
;;

"aries")
# We need aries-l with repo_sync $1 for using manifest symlink for releng stuff
"aries"|"aries-l")
echo PRODUCT_NAME=aries >> .tmp-config &&
repo_sync $1
;;
Expand All @@ -197,7 +198,7 @@ case "$1" in
repo_sync $1
;;

"leo-l"|"aries-l"|"scorpion-l"|"sirius-l"|"honami-l"|"amami-l"|"tianchi-l"|"flamingo-l"|"eagle-l"|"seagull-l")
"leo-l"|"scorpion-l"|"sirius-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

0 comments on commit 462c4f9

Please sign in to comment.