From b2af4c426c0644119dc8fc388c4394e89445eaf7 Mon Sep 17 00:00:00 2001 From: Kiran Raparthy Date: Tue, 23 Feb 2016 14:10:05 +0530 Subject: [PATCH] sensors: exclude gyro from feature list msm8937 doesn't support gyro, exclude it from the list. Change-Id: Ibcf94cfad758daac3a12597769c04a0ef8bc8297 --- base.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/base.mk b/base.mk index 942657d4..5a5f6026 100644 --- a/base.mk +++ b/base.mk @@ -843,7 +843,6 @@ PRODUCT_COPY_FILES := \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \ frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ - frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \