Close

Building Android, BBBAndroid: Get the AOSP

A project log for Breaking Androidâ„¢

Building and breaking the Android AOSP on the BBB. Android is a trademark of Google Inc.

jlbrian7jlbrian7 03/06/2017 at 16:180 Comments

There is a link to the manifest xml file on this page http://bbbandroid.sourceforge.net/. It takes you here https://github.com/hendersa/bbbandroid-manifest/blob/master/bbbandroid-aosp-4.4.4_r1-3.8.xml

# from ~/

mkdir BBBAndroid

cd BBBAndroid

repo init -u https://github.com/hendersa/bbbandroid-manifest.git

repo sync # 50Gb

Discussions