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:
parent
5f6c5711de
commit
c28f8a85c3
|
@ -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 \
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue