aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@hackbox.linaro.org>2014-11-20 19:33:02 +0000
committerVishal Bhoj <vishal.bhoj@hackbox.linaro.org>2014-11-20 19:33:02 +0000
commitb3db009692488253192b14cb77c2050607187811 (patch)
tree538990ec6b17531f2b47c1e32eb5e0f57ddd87bd
parent23c09e8096d7ec91347ab2222da6b9793617f7f8 (diff)
downloadvexpress-b3db009692488253192b14cb77c2050607187811.tar.gz
Include ethernet permissions file
Change-Id: Ia711b237fd99d794827cd35e828bfc73aabb74b3 Signed-off-by: Vishal Bhoj <vishal.bhoj@hackbox.linaro.org>
-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)