17 lines
393 B
Makefile
17 lines
393 B
Makefile
# This file is sourced by builds to remove certain apps/features
|
|
|
|
# Remove stock aosp packages
|
|
PRODUCT_PACKAGES -= \
|
|
Launcher3 \
|
|
Launcher3QuickStep \
|
|
Launcher3Go \
|
|
TrebuchetQuickStep \
|
|
Galaxy4 \
|
|
HoloSpiralWallpaper \
|
|
LiveWallpapers \
|
|
LiveWallpapersPicker \
|
|
MagicSmokeWallpapers \
|
|
NoiseField \
|
|
PhaseBeam \
|
|
VisualizationWallpapers \
|
|
PhotoTable
|