From f3ef3f32720f1fe167194c3736084c1df115359f Mon Sep 17 00:00:00 2001 From: Joe LaPenna Date: Fri, 19 Dec 2014 17:34:43 -0800 Subject: [PATCH] msm8974-common: Give the ethernet feature. BUG: 15143878 Change-Id: Ie29c6426e9cec7fbabc2ae40328f448181132f45 --- msm8974.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/msm8974.mk b/msm8974.mk index ad15980..4a3fc0a 100644 --- a/msm8974.mk +++ b/msm8974.mk @@ -22,6 +22,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.consumerir.xml:system/etc/permissions/android.hardware.consumerir.xml \ + frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \