summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeilun Du <wdu@google.com>2021-07-30 18:40:30 +0000
committerWeilun Du <wdu@google.com>2021-08-03 18:18:49 -0700
commitfed72b0b9a9831fcdf9695555d2b253216e59482 (patch)
tree3f84b333081f47bf60637c7109e1d38528beb6f8
parentac4b60fcfeeba0edd6518ea4f58f67c4519c83af (diff)
downloadcar-fed72b0b9a9831fcdf9695555d2b253216e59482.tar.gz
Revert "[AAOS emulator] Disable Ethernet by default"
This reverts commit 2bfbec7c1570db920d345ac266d304f58af6b682. Reason for revert: Found a better solution. Bug: 192710732 Change-Id: Iec88ed050c7b259ca3dd25d2539a732aba90451e (cherry picked from commit b25507e241da35dbd75ee637b713438392b7a4ae)
-rw-r--r--common/overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/overlay/frameworks/base/core/res/res/values/config.xml b/common/overlay/frameworks/base/core/res/res/values/config.xml
index 0bc32d4..6933a49 100644
--- a/common/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/common/overlay/frameworks/base/core/res/res/values/config.xml
@@ -25,9 +25,4 @@
<!-- AAOS doesn't support fingerprint and face -->
<string-array name="config_biometric_sensors" translatable="false" >
</string-array>
- <!-- Regex of wired ethernet ifaces -->
- <!-- To avoid having Ethernet running and taking over Wi-Fi as the default network,
- force the builtin EthernetTracker to use a pattern that will never match anything.
- -->
- <string translatable="false" name="config_ethernet_iface_regex">do_not_match</string>
</resources>