sdm710-common: Switch to pixel 4 live wallpapers

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
jhenrique09 2019-11-25 01:35:08 +00:00 committed by SamarV-121
parent 78ae7d5057
commit 50b8f038b3
3 changed files with 16 additions and 0 deletions

8
aosp.dependencies Normal file
View file

@ -0,0 +1,8 @@
[
{
"repository": "packages_apps_WallpapersBReel2019",
"target_path": "packages/apps/WallpapersBReel2019",
"branch": "ten",
"remote": "pixel-gitlab"
}
]

View file

@ -404,4 +404,8 @@
<!-- Whether device ignores the RSSNR signal implementation -->
<bool name="config_ignoreRssnrSignalLevel">true</bool>
<!-- Component name of the default wallpaper. This will be ImageWallpaper if not
specified -->
<string name="default_wallpaper_component" translatable="false">com.breel.wallpapers19/com.breel.wallpapers19.doodle.wallpaper.variations.DoodleWallpaperV1</string>
</resources>

View file

@ -121,3 +121,7 @@ PRODUCT_PACKAGES += \
PRODUCT_BOOT_JARS += \
WfdCommon
# Wallpapers
PRODUCT_PACKAGES += \
WallpapersBReel2019