aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/etc
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-05-26 13:16:59 +0200
committerDavid 'Digit' Turner <digit@google.com>2009-05-26 13:16:59 +0200
commit653164b6a0febe3c6b8dcdf0c5367ad0fefc313f (patch)
tree4e1872b0d3174f8ee0c8bd1e50254790109f60e3 /rootdir/etc
parent0469d2c37adddcb30cb0d88772bef33ac26c6500 (diff)
downloadsystem_core-653164b6a0febe3c6b8dcdf0c5367ad0fefc313f.tar.gz
system_core-653164b6a0febe3c6b8dcdf0c5367ad0fefc313f.tar.bz2
system_core-653164b6a0febe3c6b8dcdf0c5367ad0fefc313f.zip
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.
Diffstat (limited to 'rootdir/etc')
-rwxr-xr-xrootdir/etc/init.goldfish.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/etc/init.goldfish.sh b/rootdir/etc/init.goldfish.sh
index 0eb0154b..f1b801d9 100755
--- a/rootdir/etc/init.goldfish.sh
+++ b/rootdir/etc/init.goldfish.sh
@@ -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