diff --git a/common/Android.bp b/common/Android.bp index d717bbb0..61443b92 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -827,6 +827,19 @@ android_app_import { product_specific: true, } +android_app_import { + name: "TetheringEntitlement", + owner: "gms", + apk: "proprietary/product/priv-app/TetheringEntitlement/TetheringEntitlement.apk", + preprocessed: true, + presigned: true, + dex_preopt: { + enabled: false, + }, + privileged: true, + product_specific: true, +} + android_app_import { name: "TurboPrebuilt", owner: "gms", diff --git a/common/common-vendor.mk b/common/common-vendor.mk index a35a76d1..a5bc57b2 100644 --- a/common/common-vendor.mk +++ b/common/common-vendor.mk @@ -225,6 +225,7 @@ PRODUCT_PACKAGES += \ ScribePrebuilt \ SearchSelectorPrebuilt \ SetupWizardPrebuilt \ + TetheringEntitlement \ TurboPrebuilt \ Velvet \ WeatherPixelPrebuilt \ diff --git a/common/proprietary/product/priv-app/TetheringEntitlement/TetheringEntitlement.apk b/common/proprietary/product/priv-app/TetheringEntitlement/TetheringEntitlement.apk new file mode 100644 index 00000000..7979b061 Binary files /dev/null and b/common/proprietary/product/priv-app/TetheringEntitlement/TetheringEntitlement.apk differ diff --git a/proprietary-files.txt b/proprietary-files.txt index b943b4d0..833fbc89 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -342,6 +342,9 @@ product/etc/sysconfig/preinstalled-packages-product-pixel-2022-and-newer.xml # Tags -system/priv-app/TagGoogle/TagGoogle.apk;OVERRIDES=Tag;PRESIGNED +# Tethering Entitlement +-product/priv-app/TetheringEntitlement/TetheringEntitlement.apk;PRESIGNED + # Turbo -product/priv-app/TurboPrebuilt/TurboPrebuilt.apk;PRESIGNED #-system_ext/priv-app/TurboAdapter/TurboAdapter.apk