gms: Import Tethering Entitlement
This commit is contained in:
parent
2794b557bb
commit
ba789ed108
|
@ -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",
|
||||
|
|
|
@ -225,6 +225,7 @@ PRODUCT_PACKAGES += \
|
|||
ScribePrebuilt \
|
||||
SearchSelectorPrebuilt \
|
||||
SetupWizardPrebuilt \
|
||||
TetheringEntitlement \
|
||||
TurboPrebuilt \
|
||||
Velvet \
|
||||
WeatherPixelPrebuilt \
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue