Skip to content

Commit

Permalink
Remove mapbox key var for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielk43 committed Feb 3, 2025
1 parent 5fa54b0 commit 6754a55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion android/calyxos/initialize_calyxos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ usage() {
echo " -u space-separated paths to User scripts (\"/path/to/user.sh /path/to/patch.sh ...\")"
echo " -v android Version (in format \"calyxos-xx\")"
echo " -w Write environment to stdout"
echo " -z mapbox api key"
echo
echo " Example:"
echo " ./build_android.sh -a \$CALYXOS_TOP -d \"barbet lynx\" -f user \\"
Expand Down
1 change: 0 additions & 1 deletion android/make_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ while getopts ":a:b:c:d:e:f:g:j:k:m:n:o:p:q:t:u:v:x:z:hilrswy" opt; do
w) print_env=1 ;;
x) chromium_dir="$OPTARG" ;;
y) yarn=1 ;;
z) mapbox_key="$OPTARG" ;;
:) echo -e "FATAL: Option -$OPTARG requires an argument\n"
usage ;;
\?) echo -e "FATAL: Invalid option:-$OPTARG\n"
Expand Down

0 comments on commit 6754a55

Please sign in to comment.