Snap for 8925421 from 20348accd5 to udc-release

Change-Id: Id2d587ed4f13c947469b7efc08c30e3aecbe3a73
This commit is contained in:
Android Build Coastguard Worker 2022-08-10 01:03:27 +00:00
commit 5666fd5b58
3 changed files with 12 additions and 2 deletions

View file

@ -199,3 +199,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Limit camera 1080P 60FPS binning mode to not rear main camera # Limit camera 1080P 60FPS binning mode to not rear main camera
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.camera.1080P_60fps_binning_except_rear_main=true persist.vendor.camera.1080P_60fps_binning_except_rear_main=true
# Device features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

View file

@ -20,7 +20,10 @@
SuplSslMethod="SSLv23_NO_TLSv1_2" SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true" SuplEnable="true"
SuplUseApn="true" SuplUseApn="false"
SuplUseApnNI="true"
SuplUseFwCellInfo="false"
SuplDummyCellInfo ="true"
SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
SuplUT1Seconds="20" SuplUT1Seconds="20"

View file

@ -19,7 +19,10 @@
SuplSslMethod="SSLv23_NO_TLSv1_2" SuplSslMethod="SSLv23_NO_TLSv1_2"
SuplEnable="true" SuplEnable="true"
SuplUseApn="true" SuplUseApn="false"
SuplUseApnNI="true"
SuplUseFwCellInfo="false"
SuplDummyCellInfo ="true"
SuplTlsCertDirPath="/etc/security/cacerts" SuplTlsCertDirPath="/etc/security/cacerts"
SuplTlsCertPath="/vendor/etc/gnss/gps.cer" SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
SuplUT1Seconds="20" SuplUT1Seconds="20"