05-22-2016, 08:34 AM
(This post was last modified: 05-22-2016, 08:36 AM by NGC6691.
Edit Reason: fix wiki link
)
Download latest Android SDK (Android MM 6.0) from here: http://wiki.pine64.org/index.php/Pine_A6...ndroid_SDK
Once in the source directory:
(Its very useful to use ccache and -jobs option to speed up a lot the compiling procedure)
Replace /path/of/.ccache with your preferred directory
Replace N with the number of your CPU cores.
But, at this point I have a question too:
How to flash the MicroSD using dd? I can't find any info in the wiki.
I mean, we should have a proper partition layout before to flash generated image files.
Once in the source directory:
(Its very useful to use ccache and -jobs option to speed up a lot the compiling procedure)
Code:
$ export USE_CCACHE=1
$ export CCACHE_DIR=/path/of/.ccache
$ prebuilts/misc/linux-x86/ccache/ccache -M 50G
$ source build/envsetup.sh
$ lunch tulip_p1-eng
$ make -jN
Replace /path/of/.ccache with your preferred directory
Replace N with the number of your CPU cores.
But, at this point I have a question too:
How to flash the MicroSD using dd? I can't find any info in the wiki.
I mean, we should have a proper partition layout before to flash generated image files.