summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeilun Du <wdu@google.com>2021-07-01 04:51:26 -0700
committerWeilun Du <wdu@google.com>2021-07-08 03:05:06 +0000
commit5713f1b8ffc598c7fc5ff1bf869884ffee949539 (patch)
treea71309f8b56125a1151360fe8d5197be933e0d79
parent61630aae7438cdc33fcfd28c1c2250afdfbb4902 (diff)
downloadatv-5713f1b8ffc598c7fc5ff1bf869884ffee949539.tar.gz
[ATV emulator] Disable ethernet on Android TV.
Connected Ethernet service breaks Wi-Fi auto-connection to access point "AndroidWifi". Bug: 190474221 Signed-off-by: Weilun Du <wdu@google.com> Change-Id: I19e084bf5d288b1d8277c17269b34ff694f04525
-rw-r--r--products/atv_emulator_vendor.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/products/atv_emulator_vendor.mk b/products/atv_emulator_vendor.mk
index 4b12dd3..848bb28 100644
--- a/products/atv_emulator_vendor.mk
+++ b/products/atv_emulator_vendor.mk
@@ -44,7 +44,6 @@ PRODUCT_COPY_FILES += \
device/generic/goldfish/data/etc/apns-conf.xml:$(TARGET_COPY_OUT_VENDOR)/etc/apns-conf.xml \
device/generic/goldfish/camera/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
- frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_tv.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_tv.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \