mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Copy feature permissions from source
Change-Id: I99309fc463b207f63dafeb7cdac4eb6941588a86 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
0cbda58e3d
commit
6b3d21d141
2 changed files with 27 additions and 28 deletions
|
|
@ -65,30 +65,6 @@ vendor/etc/media_codecs_performance.xml
|
||||||
vendor/etc/media_profiles_V1_0.xml
|
vendor/etc/media_profiles_V1_0.xml
|
||||||
vendor/etc/mixer_gains.xml
|
vendor/etc/mixer_gains.xml
|
||||||
vendor/etc/mixer_paths.xml
|
vendor/etc/mixer_paths.xml
|
||||||
vendor/etc/permissions/android.hardware.bluetooth.xml
|
|
||||||
vendor/etc/permissions/android.hardware.bluetooth_le.xml
|
|
||||||
vendor/etc/permissions/android.hardware.camera.flash-autofocus.xml
|
|
||||||
vendor/etc/permissions/android.hardware.camera.front.xml
|
|
||||||
vendor/etc/permissions/android.hardware.camera.xml
|
|
||||||
vendor/etc/permissions/android.hardware.location.gps.xml
|
|
||||||
vendor/etc/permissions/android.hardware.opengles.aep.xml
|
|
||||||
vendor/etc/permissions/android.hardware.sensor.accelerometer.xml
|
|
||||||
vendor/etc/permissions/android.hardware.sensor.compass.xml
|
|
||||||
vendor/etc/permissions/android.hardware.sensor.gyroscope.xml
|
|
||||||
vendor/etc/permissions/android.hardware.sensor.proximity.xml
|
|
||||||
vendor/etc/permissions/android.hardware.telephony.gsm.xml
|
|
||||||
vendor/etc/permissions/android.hardware.telephony.ims.xml
|
|
||||||
vendor/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
|
|
||||||
vendor/etc/permissions/android.hardware.usb.accessory.xml
|
|
||||||
vendor/etc/permissions/android.hardware.usb.host.xml
|
|
||||||
vendor/etc/permissions/android.hardware.vulkan.compute.xml
|
|
||||||
vendor/etc/permissions/android.hardware.vulkan.level.xml
|
|
||||||
vendor/etc/permissions/android.hardware.vulkan.version.xml
|
|
||||||
vendor/etc/permissions/android.hardware.wifi.direct.xml
|
|
||||||
vendor/etc/permissions/android.hardware.wifi.xml
|
|
||||||
vendor/etc/permissions/android.software.ipsec_tunnels.xml
|
|
||||||
vendor/etc/permissions/android.software.midi.xml
|
|
||||||
vendor/etc/permissions/handheld_core_hardware.xml
|
|
||||||
vendor/etc/plmn_delta.bin
|
vendor/etc/plmn_delta.bin
|
||||||
vendor/etc/plmn_delta_attaio.bin
|
vendor/etc/plmn_delta_attaio.bin
|
||||||
vendor/etc/plmn_delta_hktw.bin
|
vendor/etc/plmn_delta_hktw.bin
|
||||||
|
|
|
||||||
|
|
@ -138,10 +138,33 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.ethernet.xml \
|
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
|
||||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.fingerprint.xml \
|
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
|
||||||
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.sensor.proximity.xml \
|
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
||||||
frameworks/native/data/etc/android.software.controls.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.software.controls.xml \
|
frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.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.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.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.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
|
||||||
|
frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
|
||||||
|
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.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
|
||||||
|
frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml \
|
||||||
|
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
|
||||||
|
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
|
||||||
$(LOCAL_PATH)/configs/permissions/platform-samsung.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/platform-samsung.xml \
|
$(LOCAL_PATH)/configs/permissions/platform-samsung.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/platform-samsung.xml \
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue