Nevermind, I figured it out. In case anyone is looking for this
information in the future, it appears it needs to go in .repo,
followed by a repo sync.

On Dec 20, 7:45 am, Brock <brock.t...@gmail.com> wrote:
> Where should the local_manifest.xml file be placed?
>
> On Dec 18, 2:25 pm, "Dima Zavin" <d...@android.com> wrote:
>
> > Argh, forgot to mention that you'll need a local_manifest.xml that looks
> > something like this:
>
> > <?xml version="1.0" encoding="UTF-8"?>
> > <manifest>
> >   <project name="platform/vendor/asus/eee_701" path="vendor/asus/eee_701"/>
> > </manifest>
>
> > On Thu, Dec 18, 2008 at 12:23 PM, Dima Zavin <d...@android.com> wrote:
> > > Try this (only tested on EeePC 701):
>
> > > repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake
> > > repo sync
> > > TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j8
> > > installer_img
> > > dd if=out/target/product/eee_701/installer.img of=/dev/<usbstick of your
> > > choice> ; sync
>
> > > Boot from the usb stick. The installer is a bit crude, and needs polishing
> > > and generalizing but it works. Note: It WILL WIPE your EeePC drive. :)
>
> > > --Dima
>
> > > On Thu, Dec 18, 2008 at 12:10 PM, Piethein Strengholt <
> > > pietheinstrengh...@gmail.com> wrote:
>
> > >> Check this:
>
> > >>http://source.android.com/roadmap/cupcake
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to