Skip to content

Local Manifest file for Amazon Kind Fire specific projects (goes in .repo folder)

Notifications You must be signed in to change notification settings

uejji/otter_local_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Local manifest addon for building CM10 Jelly Bean for the Kindle Fire

Getting Started

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

About

Local Manifest file for Amazon Kind Fire specific projects (goes in .repo folder)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published