gms: Import Pixel Live Wallpapers
Since we have WallpaperPickerGoogleRelease now, include these live wallpapers as well Change-Id: I37f48da196b997e313b7fd08a642b995b2d8c56c
This commit is contained in:
parent
51791398ff
commit
546fc3a3d1
|
@ -589,6 +589,19 @@ android_app_import {
|
|||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "PixelLiveWallpaperPrebuilt",
|
||||
owner: "gms",
|
||||
apk: "proprietary/product/priv-app/PixelLiveWallpaperPrebuilt/PixelLiveWallpaperPrebuilt.apk",
|
||||
preprocessed: true,
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
privileged: true,
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "PixelSupportPrebuilt",
|
||||
owner: "gms",
|
||||
|
|
|
@ -227,6 +227,7 @@ PRODUCT_PACKAGES += \
|
|||
HelpRtcPrebuilt \
|
||||
PartnerSetupPrebuilt \
|
||||
Phonesky \
|
||||
PixelLiveWallpaperPrebuilt \
|
||||
PixelSupportPrebuilt \
|
||||
PrebuiltBugle \
|
||||
PrebuiltGmsCoreSc \
|
||||
|
|
Binary file not shown.
|
@ -299,6 +299,9 @@ system_ext/etc/permissions/privapp-permissions-google-se.xml
|
|||
# Pixel Support
|
||||
-product/priv-app/PixelSupportPrebuilt/PixelSupportPrebuilt.apk;PRESIGNED
|
||||
|
||||
# Pixel Live Wallpaper
|
||||
-product/priv-app/PixelLiveWallpaperPrebuilt/PixelLiveWallpaperPrebuilt.apk;PRESIGNED
|
||||
|
||||
# Print
|
||||
-system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk;OVERRIDES=PrintRecommendationService;PRESIGNED
|
||||
|
||||
|
|
Loading…
Reference in New Issue