Loading rootdir/etc/init.goldfish.rc +12 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,18 @@ service goldfish-setup /system/etc/init.goldfish.sh group root oneshot # The qemu-props program is used to set various system # properties on boot. It must be run early during the boot # process to avoid race conditions with other daemons that # might read them (e.g. surface flinger), so define it in # class 'core' # service qemu-props /system/bin/qemu-props class core user root group root oneshot service qemud /system/bin/qemud socket qemud stream 666 oneshot Loading rootdir/etc/init.goldfish.sh +0 −4 Original line number Diff line number Diff line Loading @@ -57,10 +57,6 @@ case "$boot_anim" in ;; esac # call 'qemu-props' to set system properties from the emulator. # /system/bin/qemu-props # set up the second interface (for inter-emulator connections) # if required my_ip=`getprop net.shared_net_ip` Loading Loading
rootdir/etc/init.goldfish.rc +12 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,18 @@ service goldfish-setup /system/etc/init.goldfish.sh group root oneshot # The qemu-props program is used to set various system # properties on boot. It must be run early during the boot # process to avoid race conditions with other daemons that # might read them (e.g. surface flinger), so define it in # class 'core' # service qemu-props /system/bin/qemu-props class core user root group root oneshot service qemud /system/bin/qemud socket qemud stream 666 oneshot Loading
rootdir/etc/init.goldfish.sh +0 −4 Original line number Diff line number Diff line Loading @@ -57,10 +57,6 @@ case "$boot_anim" in ;; esac # call 'qemu-props' to set system properties from the emulator. # /system/bin/qemu-props # set up the second interface (for inter-emulator connections) # if required my_ip=`getprop net.shared_net_ip` Loading