Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4aace71 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 2437 into donut

* changes:
  Modify init.goldfish.sh to launch the 'qemu-props' program when the emulator boots up. Its purpose is to receive a list of system property (name,value) pairs and set them on launch.
parents 1f546e6d 653164b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,10 @@ case "$boot_anim" in
    ;;
    ;;
esac
esac


# call 'qemu-props' to set system properties from the emulator.
#
/system/bin/qemu-props

# this line doesn't really do anything useful. however without it the
# this line doesn't really do anything useful. however without it the
# previous setprop doesn't seem to apply for some really odd reason
# previous setprop doesn't seem to apply for some really odd reason
setprop ro.qemu.init.completed 1
setprop ro.qemu.init.completed 1