想請問一下,如果要讓rk3288可以支援android7.1.2_r11, 要怎樣做?
目前沒有看到有教學文章, 請問有人知道該怎樣做嗎?
謝謝.
我的開發環境是 ubuntu16.04
目前的做法是想從AOSP的原始碼下手, 但做到最後一個步驟之後,就不知道該如何往下走了…
$ sudo apt-get update
$ sudo apt-get install openjdk-8-jdk
$ mkdir ~/bin
$ vim .bashrc
export PATH=~/bin:$PATH
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ mkdir rk3288
$ cd rk3288
$ repo init -u https://android.googlesource.com/platform/manifest -b android-7.1.2_r11
$ repo sync