gms: Update blobs from tegu BP2A.250605.031.A2

This commit is contained in:
Joey Huab 2025-07-03 07:10:56 +09:00
parent 949b1d6c76
commit 88547b5768
15 changed files with 134 additions and 42 deletions

View file

@ -270,6 +270,14 @@ prebuilt_etc {
filename_from_src: true,
}
prebuilt_etc {
name: "pixel_experience_2025_midyear",
product_specific: true,
sub_dir: "sysconfig",
src: "pixel_experience_2025_midyear.xml",
filename_from_src: true,
}
prebuilt_etc {
name: "preinstalled-packages-product-pixel-2017-and-newer",
product_specific: true,
@ -310,6 +318,14 @@ prebuilt_etc {
filename_from_src: true,
}
prebuilt_etc {
name: "preinstalled-packages-product-pixel-2024-and-newer",
product_specific: true,
sub_dir: "sysconfig",
src: "preinstalled-packages-product-pixel-2024-and-newer.xml",
filename_from_src: true,
}
prebuilt_etc {
name: "quick_tap",
product_specific: true,

View file

@ -112,6 +112,7 @@
provided by the package. -->
<allow-association target="com.google.android.as" allowed="com.android.bluetooth" />
<allow-association target="com.google.android.as" allowed="com.android.bluetooth.services" />
<allow-association target="com.google.android.as" allowed="com.android.phone" />
<allow-association target="com.google.android.as" allowed="com.android.providers.contacts" />
<allow-association target="com.google.android.as" allowed="com.android.providers.media" />
<allow-association target="com.google.android.as" allowed="com.android.providers.telephony" />

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- These are configurations that should exist on Google's 2025 mid year and newer devices. -->
<config>
<!-- This is meant to be the canonical feature identifying 2025 mid year and newer devices. -->
<feature name="com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE" />
</config>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- System packages to preinstall, per user type,
Documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml
-->
<config>
<!-- When stargate is installed in multiple users, it registers the eSIM
IMSI separately for each user, which the server component does not
support. To avoid this, we restrict stargate to just the SYSTEM user.
Consequently,, stargate will not support HSUM. go/supporting-hsum -->
<install-in-user-type package="com.google.android.apps.stargate">
<install-in user-type="SYSTEM" />
</install-in-user-type>
</config>