Snap for 12755599 from 9db371a596
to 25Q1-release
Change-Id: Ibbdb78c72c152c92d6713d556e569d17873e4a92
This commit is contained in:
commit
f212c7b1c0
3 changed files with 8 additions and 1 deletions
|
@ -85,7 +85,7 @@ TARGET_RECOVERY_FSTAB_GENRULE := gen_fstab.zumapro-sw-encrypt
|
||||||
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
|
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
|
||||||
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
|
||||||
TARGET_RECOVERY_UI_LIB := \
|
TARGET_RECOVERY_UI_LIB := \
|
||||||
librecovery_ui_pixel \
|
//hardware/google/pixel/recovery:librecovery_ui_pixel \
|
||||||
libfstab
|
libfstab
|
||||||
|
|
||||||
AB_OTA_UPDATER := true
|
AB_OTA_UPDATER := true
|
||||||
|
|
|
@ -639,6 +639,7 @@ on post-fs-data
|
||||||
chown bluetooth system /proc/bluetooth/sleep/btwake
|
chown bluetooth system /proc/bluetooth/sleep/btwake
|
||||||
chown bluetooth system /proc/bluetooth/sleep/lpm
|
chown bluetooth system /proc/bluetooth/sleep/lpm
|
||||||
chown bluetooth system /proc/bluetooth/sleep/btwrite
|
chown bluetooth system /proc/bluetooth/sleep/btwrite
|
||||||
|
chown bluetooth system /sys/devices/platform/155d0000.serial/uart_dbg
|
||||||
mkdir /data/vendor/bluetooth 0770 bluetooth system
|
mkdir /data/vendor/bluetooth 0770 bluetooth system
|
||||||
|
|
||||||
# ODPM
|
# ODPM
|
||||||
|
|
|
@ -492,6 +492,9 @@
|
||||||
<!-- Telephony satellite gateway service package name to bind to by default. -->
|
<!-- Telephony satellite gateway service package name to bind to by default. -->
|
||||||
<string name="config_satellite_gateway_service_package">com.google.android.apps.stargate</string>
|
<string name="config_satellite_gateway_service_package">com.google.android.apps.stargate</string>
|
||||||
|
|
||||||
|
<!-- The class name to receive the intent for provisioning. -->
|
||||||
|
<string name="config_satellite_carrier_roaming_esos_provisioned_class">com.google.android.apps.stargate.registration.RegistrationReceiver_Receiver</string>
|
||||||
|
|
||||||
<!-- List of country codes where oem-enabled satellite services are either allowed or disallowed
|
<!-- List of country codes where oem-enabled satellite services are either allowed or disallowed
|
||||||
by the device. Each country code is a lowercase 2 character ISO-3166-1 alpha-2. -->
|
by the device. Each country code is a lowercase 2 character ISO-3166-1 alpha-2. -->
|
||||||
<string-array name="config_oem_enabled_satellite_country_codes">
|
<string-array name="config_oem_enabled_satellite_country_codes">
|
||||||
|
@ -545,4 +548,7 @@
|
||||||
<!-- Whether to allow check message datagrams to be sent even when the satellite modem is in
|
<!-- Whether to allow check message datagrams to be sent even when the satellite modem is in
|
||||||
not connected state. -->
|
not connected state. -->
|
||||||
<bool name="config_satellite_allow_check_message_in_not_connected">true</bool>
|
<bool name="config_satellite_allow_check_message_in_not_connected">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether to allow TN scanning during satellite session. -->
|
||||||
|
<bool name="config_satellite_allow_tn_scanning_during_satellite_session">false</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue