I add something to the /device/fsl/evk_8mq/init.rc, and then "make bootimage"(I can see the $OUT/root/init.freescale.rc is changed), and "fast boot flash boot.img", but when the board up, I found that the /init.freescale.rc did not changed, How is that happened?
Build the whole Android can apply the changes of “init.rc”, but if I can just "make bootimage" to apply the "init.rc", that will help my debugs a lot~~~,Can Android8.1 has some faster way to apply "init.rc" without build the whole Android Source?