recovery init.rc is actually really simple, you probably don't need a custom init.rc you can add what you need in init.recovery.[platform].rc and it will be picked up automatically.
https://android.googlesource.com/platform/bootable/recovery/+/android-4.3_r1/etc/init.rc#1 On Tue, Jan 26, 2016 at 6:24 PM, <[email protected]> wrote: > Le lundi 25 janvier 2016 22:48:46 UTC+1, Alexandre Lissy a écrit : > > > > Some of the logic for copying to recovery's ramdisk lives in > > build/core/Makefile :) > > Doh! Is simply copying a file sufficient to "make it work"? > > I mean, to use custom init.rc in boot.img, you have to (i) set > TARGET_PROVIDES_INIT_RC and (ii) append init.rc to PRODUCT_COPY_FILES in > device.mk file, right? Or does (ii) implicitely implies (i)? > > Émeric > _______________________________________________ > dev-fxos mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-fxos >
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

