aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 7a169cb..64a2948 100644
--- a/device.mk
+++ b/device.mk
@@ -98,7 +98,8 @@ $(call inherit-product-if-exists, external/linaro-android-userspace-test/product
# Need AppWidget permission to prevent from Launcher's crash.
# TODO(pattjin): Remove this when the TV Launcher is used, which does not support AppWidget.
PRODUCT_COPY_FILES += \
- frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml
+ frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \
+ frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
$(call inherit-product-if-exists, external/linaro-android-kernel-test/product.mk)