diff --git a/common/Android.bp b/common/Android.bp index 429c7676..71e7b445 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -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", diff --git a/common/common-vendor.mk b/common/common-vendor.mk index 12f2afd2..e6960e85 100644 --- a/common/common-vendor.mk +++ b/common/common-vendor.mk @@ -214,6 +214,7 @@ PRODUCT_PACKAGES += \ ModuleMetadataGoogle \ NgaResources \ Photos \ + PlayAutoInstallConfig \ PrebuiltDeskClockGoogle_76004981 \ PrebuiltGmail \ PrebuiltGoogleTelemetryTvp \ diff --git a/common/proprietary/product/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk b/common/proprietary/product/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk new file mode 100644 index 00000000..761a7474 Binary files /dev/null and b/common/proprietary/product/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk differ diff --git a/proprietary-files.txt b/proprietary-files.txt index 92c1a2d9..573f391e 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -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