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

Commit cd95bf3e authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am a4aace71: Merge change 2437 into donut

Merge commit 'a4aace71'

* commit 'a4aace71':
  Modify init.goldfish.sh to launch the 'qemu-props' program when the emulator boots up.
parents 5b043d61 a4aace71
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@ case "$boot_anim" in
    ;;
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
# previous setprop doesn't seem to apply for some really odd reason
setprop ro.qemu.init.completed 1