Deepin 15.4 编译cm 笔记

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Deepin 15.4 编译cm 笔记相关的知识,希望对你有一定的参考价值。

1安装软件

sudo apt-get install git-core gnupg flex bison gperf build-essential curl gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev lib32z1-dev ccache libgl1-mesa-dev xsltproc schedtool pngquant unzip maven openjdk-8-jdk

2 安装repo

mkdir ~/bin
git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo.git
cp git-repo/repo ~/bin/

3 设置环境

sudo gedit /etc/profile

 

alias repo="~/bin/repo"
export USE_CCACHE=1 export CCACHE_DIR=/media/changyuet/cache/ccache

 

4 同步源码

cd /media/changyuet/android/
mkdir CM14.1
cd CM14.1
repo init -u https://github.com/LineageOS/android.git -b cm-14.1
repo sync --no-clone-bundle -c -j4

5 编译

prebuilts/misc/linux-x86/ccache/ccache -M 50G
lunch
make -j8 otapackage
or
brunch xxx

以上是关于Deepin 15.4 编译cm 笔记的主要内容,如果未能解决你的问题,请参考以下文章

Deepin 15.4 挂载分区

Deepin15.4安装后配置小记

Deepin 15.4 安装 Double Commander

Deepin 15.4 升级 chrome flash

deepin15.4用composer安装laravel5.5

转载安卓开发者在使用deepin15.4时可能会遇到的问题