3
0
Fork 0

gms: Add tensor pixel_experience XMLs

Now that PropImitationHooks disable them for certain packages, we can safely include these again.

Change-Id: I4cfd3be06c459e713d9f502fc618f2868be1ee32
This commit is contained in:
ralph950412 2024-09-07 23:29:44 +08:00
parent 5f6c5711de
commit c28f8a85c3
10 changed files with 75 additions and 0 deletions

View File

@ -39,6 +39,14 @@ PRODUCT_COPY_FILES += \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2019_midyear.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2019_midyear.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2020.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2020.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2020_midyear.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2020_midyear.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2021.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2021.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2021_midyear.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2021_midyear.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2022.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2022.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2022_midyear.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2022_midyear.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2023.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2023.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2023_midyear.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2023_midyear.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2024.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2024.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/pixel_experience_2024_midyear.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/pixel_experience_2024_midyear.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/preinstalled-packages-product-pixel-2017-and-newer.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/preinstalled-packages-product-pixel-2017-and-newer.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/preinstalled-packages-product-pixel-2018-and-newer.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/preinstalled-packages-product-pixel-2018-and-newer.xml \
vendor/gms/common/proprietary/product/etc/sysconfig/preinstalled-packages-product-pixel-2019-and-newer.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/preinstalled-packages-product-pixel-2019-and-newer.xml \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- These are configurations that should exist on Google's 2024 and newer devices. -->
<config>
<!-- This is meant to be the canonical feature identifying 2024 and newer devices. -->
<feature name="com.google.android.feature.PIXEL_2024_EXPERIENCE" />
<allow-ignore-location-settings package="com.google.android.apps.stargate" attributionTag="*" />
</config>

View File

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

View File

@ -341,6 +341,14 @@ product/etc/sysconfig/pixel_experience_2019.xml
product/etc/sysconfig/pixel_experience_2019_midyear.xml
product/etc/sysconfig/pixel_experience_2020.xml
product/etc/sysconfig/pixel_experience_2020_midyear.xml
product/etc/sysconfig/pixel_experience_2021.xml
product/etc/sysconfig/pixel_experience_2021_midyear.xml
product/etc/sysconfig/pixel_experience_2022.xml
product/etc/sysconfig/pixel_experience_2022_midyear.xml
product/etc/sysconfig/pixel_experience_2023.xml
product/etc/sysconfig/pixel_experience_2023_midyear.xml
product/etc/sysconfig/pixel_experience_2024.xml
product/etc/sysconfig/pixel_experience_2024_midyear.xml
product/etc/sysconfig/preinstalled-packages-product-pixel-2017-and-newer.xml
product/etc/sysconfig/preinstalled-packages-product-pixel-2018-and-newer.xml
product/etc/sysconfig/preinstalled-packages-product-pixel-2019-and-newer.xml