Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 504 Bytes

Compile7.1.2OnUbuntu18.04.md

File metadata and controls

26 lines (17 loc) · 504 Bytes

在Ubuntu18.04中编译Android 7.1.2

1 安装依赖项

sudo apt install openjdk-8-jdk git m4 make g++-multilib gcc-multilib lib32ncurses5-dev lib32z1-dev

2 配置 repo

请参考: https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/

3 同步源码

repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest -b android-7.1.2_r39

4 编译

source build/envsetup.sh
lunch aosp_arm-eng
m