summaryrefslogtreecommitdiffstats
path: root/init.goldfish.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update init.goldfish.shLingfeng Yang2017-01-051-0/+35
| | | | | | This allows internet to work on emulator Change-Id: I903f3b6fb709ad936145537f1e6615f7afcc8058
* rild: Remove support for host-specific radio device.David 'Digit' Turner2016-06-161-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | The android.qemud kernel parameter was used before this patch in the following way: - If defined (e.g. to '1'), then enable the RIL daemon to control networking. - If undefined, and android.rild is defined, then use this device to communicate with a host-side GSM modem connected to the emulator (using the -radio <chardev> option). Since this feature is now deprecated / obsolete there is no need to support it anymore. - If both parameters are undefined, use the Java-based emulated telephony stack provided by the framework itself. The latter was never supported by the emulator so has never been tested. This patch removes all the tests to always enable the RIL daemon, simplifying the script. Change-Id: I6badcc6aa34f595e4c76c97e4b8a1a0348650fc1
* move goldfish specific stuffs from system/core/rootdir/etckeunyoung2013-03-051-0/+68
- these files should be pulled as PRODUCT_COPY_FILES from full emulator targets Change-Id: Ia9858737d02f2b2039ee5c9f0969ae6ddb9f39ff