Loading src/build.sh +10 −1 Original line number Original line Diff line number Diff line Loading @@ -172,7 +172,16 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then git checkout default.xml git checkout default.xml cd ../.. cd ../.. fi fi yes | repo init $REPO_INIT_PARAM -u "$REPO" -b "${TAG_PREFIX}${BRANCH_NAME}" # Set the REPO_GROUPS variable based on the android_version_major if [ "$android_version_major" -ge 14 ]; then REPO_GROUPS="-g default,-darwin,-muppets,muppets_$DEVICE" else REPO_GROUPS="" fi # Repo init source yes | repo init $REPO_INIT_PARAM -u "$REPO" -b "${TAG_PREFIX}${BRANCH_NAME}" $REPO_GROUPS if [ "$REPO_CUSTOM_MANIFEST" != false ]; then if [ "$REPO_CUSTOM_MANIFEST" != false ]; then wget -O .repo/manifests/default.xml $REPO_CUSTOM_MANIFEST wget -O .repo/manifests/default.xml $REPO_CUSTOM_MANIFEST Loading Loading
src/build.sh +10 −1 Original line number Original line Diff line number Diff line Loading @@ -172,7 +172,16 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then git checkout default.xml git checkout default.xml cd ../.. cd ../.. fi fi yes | repo init $REPO_INIT_PARAM -u "$REPO" -b "${TAG_PREFIX}${BRANCH_NAME}" # Set the REPO_GROUPS variable based on the android_version_major if [ "$android_version_major" -ge 14 ]; then REPO_GROUPS="-g default,-darwin,-muppets,muppets_$DEVICE" else REPO_GROUPS="" fi # Repo init source yes | repo init $REPO_INIT_PARAM -u "$REPO" -b "${TAG_PREFIX}${BRANCH_NAME}" $REPO_GROUPS if [ "$REPO_CUSTOM_MANIFEST" != false ]; then if [ "$REPO_CUSTOM_MANIFEST" != false ]; then wget -O .repo/manifests/default.xml $REPO_CUSTOM_MANIFEST wget -O .repo/manifests/default.xml $REPO_CUSTOM_MANIFEST Loading