[android-porting] Re: init.architecture.rc

2011-02-11 Thread Stefan
It's not architecture, but board specific. So, I have to delete the goldfish-init and write my board specific file. What do I have to write into e.g. init.myOwnBoard.rc if I only want to start Android as I can see it running on the emulator? Do I have to edit the normal init.rc too for this?

Re: [android-porting] Re: init.architecture.rc

2011-02-11 Thread David Turner
On Fri, Feb 11, 2011 at 10:19 AM, Stefan sgo...@dh-electronics.de wrote: It's not architecture, but board specific. So, I have to delete the goldfish-init and write my board specific file. You don't have to delete it technically, it will just be ignored. What do I have to write into