Browse Source

Add 'ant' as required ubuntu package for building

android-5
Fredrik Fornwall 8 years ago
parent
commit
0dc712fa46
  1. 1
      scripts/setup-ubuntu.sh

1
scripts/setup-ubuntu.sh

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
PACKAGES="" PACKAGES=""
PACKAGES="$PACKAGES ant" # Used by jack and aptsigner.
PACKAGES="$PACKAGES asciidoc" PACKAGES="$PACKAGES asciidoc"
PACKAGES="$PACKAGES automake" PACKAGES="$PACKAGES automake"
PACKAGES="$PACKAGES bison" PACKAGES="$PACKAGES bison"

Loading…
Cancel
Save