Files
PawletRPI/remove_packages.mk
2025-08-30 14:29:44 -07:00

25 lines
615 B
Makefile

# This file is sourced by builds to remove certain apps/features
# Remove stock aosp packages using filter-out (more reliable than -=)
PRODUCT_PACKAGES := $(filter-out \
Browser2 \
QuickSearchBox \
Launcher3 \
Launcher3QuickStep \
Launcher3Go \
TrebuchetQuickStep \
Galaxy4 \
HoloSpiralWallpaper \
LiveWallpapersPicker \
MagicSmokeWallpapers \
NoiseField \
PhaseBeam \
VisualizationWallpapers \
PhotoTable, \
$(PRODUCT_PACKAGES))
# Tell the build system to ignore these packages forcibly
PRODUCT_PACKAGE_OVERRIDES += \
Browser2 \
QuickSearchBox