diff options
| author | Ron Munitz <ron@nubosoftware.com> | 2013-05-16 16:28:23 +0300 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2013-05-17 17:58:02 +0000 |
| commit | b1b45b9bd4f8610d7bda99849cac0b14e9ad771d (patch) | |
| tree | 95d63eab0cc7ba1e92759fafc46fbb9f42d26504 /base/errors_unix.cpp | |
| parent | 7382459eca9632168b9d393bc77fb62bc21bb67a (diff) | |
Added net.dns1 prop for emulator, as Android emulator ignores it by default.
This commit sets up the system property which is actually used by the
Connectivity Service
(frameworks/base/services/java/com/android/server/ConnectivityService.java).
It fixes an (obsolete?) convention where the dns was affected directly by
the interface (i.e. "net.eth0.dns1=10.0.2.3"), which causes the Android
Emulator (goldfish) to ignore this value, and effectively have no DNS
resolving at all.
An immediate fix can be either add reference to net.eth%s.dns%s in the
ConnectivityService and possibly on the dhcp code as well which would be
bloated, or just stick to the apparant new convention.
I chose the latter as a one line fix which gets the job done.
Change-Id: Id4364129e9a82c1f48403068a837aca54de07944
Diffstat (limited to 'base/errors_unix.cpp')
0 files changed, 0 insertions, 0 deletions
