Snap for 7964896 from 8b443b6912 to tm-release

Change-Id: I60681adb6e7f527493f0da220575e59f4cf43cb5
This commit is contained in:
Android Build Coastguard Worker 2021-12-03 02:01:23 +00:00
commit 007458a8fd
2 changed files with 1 additions and 1 deletions

View file

@ -647,6 +647,7 @@ on property:vendor.device.modules.ready=1
chown system system /sys/devices/virtual/sec/tsp/cmd_result chown system system /sys/devices/virtual/sec/tsp/cmd_result
chown system system /sys/devices/virtual/sec/tsp/status chown system system /sys/devices/virtual/sec/tsp/status
chown system system /sys/devices/virtual/input/nvt_touch/force_touch_active chown system system /sys/devices/virtual/input/nvt_touch/force_touch_active
chown system system /sys/devices/virtual/input/nvt_touch/nvt_dttw_mode
# Allow access to touch # Allow access to touch
chown system input /dev/touch_offload chown system input /dev/touch_offload
chmod 660 /dev/touch_offload chmod 660 /dev/touch_offload

View file

@ -890,7 +890,6 @@ USE_RADIO_HAL_1_6 := true
ifneq ($(BOARD_WITHOUT_RADIO),true) ifneq ($(BOARD_WITHOUT_RADIO),true)
$(call inherit-product-if-exists, vendor/samsung_slsi/telephony/common/device-vendor.mk) $(call inherit-product-if-exists, vendor/samsung_slsi/telephony/common/device-vendor.mk)
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml
endif endif
ifeq (,$(filter %_64,$(TARGET_PRODUCT))) ifeq (,$(filter %_64,$(TARGET_PRODUCT)))