forked from openkylin/platform_build
Add Live Wallpapers to AOSP builds
Change-Id: I76df14d99fd876b765510ced8f5523e3bafce291
This commit is contained in:
parent
f97105ea89
commit
e7af5e2428
|
@ -32,6 +32,16 @@ PRODUCT_PACKAGES := \
|
|||
VideoEditor \
|
||||
WAPPushManager
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
Galaxy4 \
|
||||
HoloSpiralWallpaper \
|
||||
LiveWallpapers \
|
||||
LiveWallpapersPicker \
|
||||
MagicSmokeWallpapers \
|
||||
NoiseField \
|
||||
PhaseBeam \
|
||||
VisualizationWallpapers
|
||||
|
||||
# Additional settings used in all AOSP builds
|
||||
PRODUCT_PROPERTY_OVERRIDES := \
|
||||
ro.com.android.dateformat=MM-dd-yyyy \
|
||||
|
|
Loading…
Reference in New Issue