3
0
Fork 0

gms: Import Tethering Entitlement

This commit is contained in:
ralph950412 2024-05-12 02:31:50 +08:00
parent 2794b557bb
commit ba789ed108
4 changed files with 17 additions and 0 deletions

View File

@ -827,6 +827,19 @@ android_app_import {
product_specific: true, 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 { android_app_import {
name: "TurboPrebuilt", name: "TurboPrebuilt",
owner: "gms", owner: "gms",

View File

@ -225,6 +225,7 @@ PRODUCT_PACKAGES += \
ScribePrebuilt \ ScribePrebuilt \
SearchSelectorPrebuilt \ SearchSelectorPrebuilt \
SetupWizardPrebuilt \ SetupWizardPrebuilt \
TetheringEntitlement \
TurboPrebuilt \ TurboPrebuilt \
Velvet \ Velvet \
WeatherPixelPrebuilt \ WeatherPixelPrebuilt \

View File

@ -342,6 +342,9 @@ product/etc/sysconfig/preinstalled-packages-product-pixel-2022-and-newer.xml
# Tags # Tags
-system/priv-app/TagGoogle/TagGoogle.apk;OVERRIDES=Tag;PRESIGNED -system/priv-app/TagGoogle/TagGoogle.apk;OVERRIDES=Tag;PRESIGNED
# Tethering Entitlement
-product/priv-app/TetheringEntitlement/TetheringEntitlement.apk;PRESIGNED
# Turbo # Turbo
-product/priv-app/TurboPrebuilt/TurboPrebuilt.apk;PRESIGNED -product/priv-app/TurboPrebuilt/TurboPrebuilt.apk;PRESIGNED
#-system_ext/priv-app/TurboAdapter/TurboAdapter.apk #-system_ext/priv-app/TurboAdapter/TurboAdapter.apk