summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--n7100.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/n7100.mk b/n7100.mk
index e1a6ab7..8dcb371 100644
--- a/n7100.mk
+++ b/n7100.mk
@@ -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