從清華網站下載Android代碼

wget -c https://mirrors.tuna.tsinghua.edu.cn/aosp-monthly/aosp-latest.tar # 下載初始化包
tar xvf aosp-latest.tar
cd AOSP
repo sync -j4
. build/envsetup.sh
lunch #選擇一個編譯目標
#這裏輸入19
make -j8
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章