gms: Add PlayAutoInstallConfig
Change-Id: I2f2600742ac50aa0fb18ad36c5903760bdb2d112
This commit is contained in:
parent
40c1370252
commit
a52576ffd9
|
@ -232,6 +232,18 @@ android_app_import {
|
|||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "PlayAutoInstallConfig",
|
||||
owner: "gms",
|
||||
apk: "proprietary/product/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk",
|
||||
preprocessed: true,
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "PrebuiltDeskClockGoogle_76004981",
|
||||
owner: "gms",
|
||||
|
|
|
@ -214,6 +214,7 @@ PRODUCT_PACKAGES += \
|
|||
ModuleMetadataGoogle \
|
||||
NgaResources \
|
||||
Photos \
|
||||
PlayAutoInstallConfig \
|
||||
PrebuiltDeskClockGoogle_76004981 \
|
||||
PrebuiltGmail \
|
||||
PrebuiltGoogleTelemetryTvp \
|
||||
|
|
Binary file not shown.
|
@ -302,6 +302,9 @@ product/app/Photos/Photos.apk;OVERRIDES=Gallery2;PRESIGNED
|
|||
# Pixel AI
|
||||
product/priv-app/PixelAIPrebuilt/PixelAIPrebuilt.apk;PRESIGNED
|
||||
|
||||
# Pixel play auto-install (PAI) stub app
|
||||
product/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk;PRESIGNED
|
||||
|
||||
# Print
|
||||
system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk;OVERRIDES=PrintRecommendationService;PRESIGNED
|
||||
|
||||
|
|
Loading…
Reference in New Issue