Hi,

          Are you building the ramdisk for emulator or a real hardware? If
it is for emulator, then you might have to modify the init.rc for goldfish.

Warm Regards,
Anil

On Sun, Jan 3, 2010 at 6:27 AM, Lox <[email protected]> wrote:

> 2010/1/3 Lox <[email protected]>:
> > Hello,
> >
> > I compile android from source, and I need the init.rc file in boot.img
> > ramdisk to be customized at boot time. Is it possible? And how?
> >
> > Regards.
>
> I also tried adding my full init.rc to my vendor subdir with
>
> file := $(TARGET_ROOT_OUT)/init.rc
> ALL_PREBUILT += $(file)
> $(file) : $(LOCAL_PATH)/init.rc | $(ACP)
>        $(transform-prebuilt-to-target)
>
> in AndroidBord.mk, but no luck, it is not used....
>
>
> --
> Lox
> [email protected]
>
> --
> unsubscribe: 
> [email protected]<android-porting%[email protected]>
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to