sdm710-common: Copy proximity and light sensor permissions to system
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
This commit is contained in:
parent
89867cb9a5
commit
8b29969b03
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
# System properties
|
# System properties
|
||||||
-include $(LOCAL_PATH)/system_prop.mk
|
-include $(LOCAL_PATH)/system_prop.mk
|
||||||
|
|
||||||
|
# Sensors
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml
|
||||||
|
|
||||||
# Telephony
|
# Telephony
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
telephony-ext
|
telephony-ext
|
||||||
|
|
Loading…
Reference in a new issue