Files
pawlet_rpi5/remove_packages.mk
T
2026-05-26 06:40:20 -07:00

19 lines
536 B
Makefile

# This file is sourced by builds to remove certain apps/features
# Remove stock aosp packages using filter-out (more reliable than -=)
# To re-enable any package, remove it from the list below.
PRODUCT_PACKAGES := $(filter-out \
Galaxy4 \
HoloSpiralWallpaper \
LiveWallpapersPicker \
MagicSmokeWallpapers \
NoiseField \
PhaseBeam \
VisualizationWallpapers \
PhotoTable, \
$(PRODUCT_PACKAGES))
# Tell the build system to ignore these packages forcibly
#PRODUCT_PACKAGE_OVERRIDES += \
# name_here