sunghopark1 / platform_manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaRP Board Android

This is the central place for Android system ported to WaRP Board. This repository cluster any needed piece of code to allow you to download, build and launch Android in your WaRP board.

Download

Make sure you have the repo application properly installed.

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ repo init -u https://github.com/warpboard/platform_manifest/ -b warp/imx_open_jb4.3_1.1.0-ga
$ repo sync

Build

$ source build/envsetup.sh
$ lunch warpboard-eng
$ make -j4

Contribute

Please visit http://warpboard.org in order to follow the WaRP Board community.

About