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]
website: http://groups.google.com/group/android-porting

Reply via email to