am a4aace71: Merge change 2437 into donut

Merge commit 'a4aace716e76e8e2c2e6e1a807b402256d9924dc'

* commit 'a4aace716e76e8e2c2e6e1a807b402256d9924dc':
  Modify init.goldfish.sh to launch the 'qemu-props' program when the emulator boots up.
This commit is contained in:
Android (Google) Code Review 2009-05-26 10:11:22 -07:00 committed by The Android Open Source Project
commit cd95bf3ea3
1 changed files with 4 additions and 0 deletions

View File

@ -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