Update remove_packages.mk

This commit is contained in:
2025-08-21 23:55:00 -07:00
parent cbb0c2aaf5
commit e7d9911708

View File

@@ -1,7 +1,7 @@
# This file is sourced by builds to remove certain apps/features # This file is sourced by builds to remove certain apps/features
# Remove stock aosp packages # Remove stock aosp packages using filter-out (more reliable than -=)
PRODUCT_PACKAGES -= \ PRODUCT_PACKAGES := $(filter-out \
WebViewShell \ WebViewShell \
Launcher3 \ Launcher3 \
Launcher3QuickStep \ Launcher3QuickStep \
@@ -15,4 +15,5 @@ PRODUCT_PACKAGES -= \
NoiseField \ NoiseField \
PhaseBeam \ PhaseBeam \
VisualizationWallpapers \ VisualizationWallpapers \
PhotoTable PhotoTable, \
$(PRODUCT_PACKAGES))