From b3db009692488253192b14cb77c2050607187811 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Thu, 20 Nov 2014 19:33:02 +0000 Subject: Include ethernet permissions file Change-Id: Ia711b237fd99d794827cd35e828bfc73aabb74b3 Signed-off-by: Vishal Bhoj --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3