ubuntu 搭建安卓系统编译环境
通用的环境软件 AP、CP
sudo apt-get update
sudo apt-get install git-core -y
sudo apt-get install gnupg -y
sudo apt-get install flex -y
sudo apt-get install bison -y
sudo apt-get install gperf -y
sudo apt-get install build-essential -y
sudo apt-get install zip -y
sudo apt-get install curl -y
sudo apt-get install zlib1g-dev -y
sudo apt-get install gcc-multilib -y
sudo apt-get install libc6-dev-i386 -y
sudo apt-get install lib32ncurses5-dev -y
sudo apt-get install x11proto-core-d