diff options
-rw-r--r-- | n7100.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -117,6 +117,10 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml +# Barometer +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml + # Allow tethering without provisioning app PRODUCT_PROPERTY_OVERRIDES += \ net.tethering.noprovisioning=true |