level 8
JJ Meijer 上午7:13(11 小时前)
将帖子翻译为中文 Op donderdag 18 februari 2016 18:52:23 UTC+1 schreef Midi Jari:is the building env. the same as any android building.
Pretty much.
CM-13 is now buildable from Sourceforge
mkdir android-x86
cd android-x86
repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b cm-13.0-x86
cd android-x86repo sync
. build/envsetup.sh
lunch cm_android_x86-userdebug
mka iso_img (so not make but mka)
It's still a work in progress, also these instructions will stop working at some point. x86_64 is not working yet, we still need to make a x64 config for ffmpeg
2016年02月19日 10点02分
1
将帖子翻译为中文 Op donderdag 18 februari 2016 18:52:23 UTC+1 schreef Midi Jari:is the building env. the same as any android building.
Pretty much.
CM-13 is now buildable from Sourceforge
mkdir android-x86
cd android-x86
repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b cm-13.0-x86
cd android-x86repo sync
. build/envsetup.sh
lunch cm_android_x86-userdebug
mka iso_img (so not make but mka)
It's still a work in progress, also these instructions will stop working at some point. x86_64 is not working yet, we still need to make a x64 config for ffmpeg

