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,
|
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 {
|
android_app_import {
|
||||||
name: "PrebuiltDeskClockGoogle_76004981",
|
name: "PrebuiltDeskClockGoogle_76004981",
|
||||||
owner: "gms",
|
owner: "gms",
|
||||||
|
|
|
@ -214,6 +214,7 @@ PRODUCT_PACKAGES += \
|
||||||
ModuleMetadataGoogle \
|
ModuleMetadataGoogle \
|
||||||
NgaResources \
|
NgaResources \
|
||||||
Photos \
|
Photos \
|
||||||
|
PlayAutoInstallConfig \
|
||||||
PrebuiltDeskClockGoogle_76004981 \
|
PrebuiltDeskClockGoogle_76004981 \
|
||||||
PrebuiltGmail \
|
PrebuiltGmail \
|
||||||
PrebuiltGoogleTelemetryTvp \
|
PrebuiltGoogleTelemetryTvp \
|
||||||
|
|
Binary file not shown.
|
@ -302,6 +302,9 @@ product/app/Photos/Photos.apk;OVERRIDES=Gallery2;PRESIGNED
|
||||||
# Pixel AI
|
# Pixel AI
|
||||||
product/priv-app/PixelAIPrebuilt/PixelAIPrebuilt.apk;PRESIGNED
|
product/priv-app/PixelAIPrebuilt/PixelAIPrebuilt.apk;PRESIGNED
|
||||||
|
|
||||||
|
# Pixel play auto-install (PAI) stub app
|
||||||
|
product/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk;PRESIGNED
|
||||||
|
|
||||||
# Print
|
# Print
|
||||||
system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk;OVERRIDES=PrintRecommendationService;PRESIGNED
|
system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk;OVERRIDES=PrintRecommendationService;PRESIGNED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue