diff options
author | Jun-Hyung Kwon <junhyung@codeaurora.org> | 2020-04-08 14:14:17 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-04-29 13:46:21 -0700 |
commit | 95a36bc4acb93fc16c0d309cb4f18337993c8045 (patch) | |
tree | 8df705b2c8833f0b84343986e619d316deb84448 | |
parent | ce583e90e6df14f88e85651b83e2d202d3fa15cd (diff) |
vendor-common: remove copying sensors permission files
Change-Id: I0e162047a68a608e147e2ba6e22f79582b48155e
-rw-r--r-- | base.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -944,8 +944,6 @@ PRODUCT_COPY_FILES := \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \ - frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \ - frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml \ |