Local manifest addon for building CM10 Jelly Bean for the Kindle Fire
To get started with please see our wiki.
Make a build directory:
mkdir Andoid (or whatever name you choose)
cd Android (or the name you chose)
To initialize your local repository using the AOSP manifest, use commands like these:
repo init -u git://github.com/CyanogenMod/android.git -b jellybean
curl -L -o .repo/local_manifest.xml -O -L https://raw.github.com/uejji/otter_local_manifest/jb-cm10/local_manifest.xml
( or Download: https://github.com/uejji/otter_local_manifest/blob/jb-cm10/local_manifest.xml
and place it in ~/Android/.repo/local_manifest.xml (or ~/'name you chose'/.repo)
Then to sync up:
repo sync --current-branch
And finally to build the AOSP ROM:
. vendor/cm/get-prebuilts
. build/envsetup.sh
brunch otter
Look for out/target/product/otter/cm-10-{DATE}-UNOFFICIAL-otter.zip