#!/bin/sh ############################################################################### # Copyright (c) 2011 Linaro # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################### apt-get update # install base stuff for android apt-get install -y \ build-essential \ curl \ flex \ git-core \ gnulib \ libncurses5-dev \ m4 \ texinfo \ zip # get latest repo script and install it in PATH curl https://android.git.kernel.org/repo > /usr/local/bin/repo chmod a+x /usr/local/bin/repo