diff options
| author | dhacker29 <dhackerdvm@gmail.com> | 2014-04-27 18:17:20 -0400 |
|---|---|---|
| committer | dhacker29 <dhackerdvm@gmail.com> | 2014-04-27 18:17:20 -0400 |
| commit | dc9f4fef08294ea078b724f963bb818dbb1d1e75 (patch) | |
| tree | 75f8f4e578f38e4356509642d0cbbdbdf4516244 | |
| parent | 5e47d7f6409a02339d1e5dbce5216665224e83ab (diff) | |
Move barometer permissions from common
Change-Id: Ib170f60e6a42f0d43c162e68c9db5a262ac2819e
| -rw-r--r-- | device_moto_msm8960dt.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/device_moto_msm8960dt.mk b/device_moto_msm8960dt.mk index ad368e0..a2d0b26 100644 --- a/device_moto_msm8960dt.mk +++ b/device_moto_msm8960dt.mk @@ -30,7 +30,8 @@ PRODUCT_AAPT_PREF_CONFIG := xhdpi # Permissions PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml + frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ + frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml # Audio PRODUCT_PACKAGES += \ |
