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
# Remove stock aosp packages
PRODUCT_PACKAGES -= \
# Remove stock aosp packages using filter-out (more reliable than -=)
PRODUCT_PACKAGES := $(filter-out \
WebViewShell \
Launcher3 \
Launcher3QuickStep \
@@ -15,4 +15,5 @@ PRODUCT_PACKAGES -= \
NoiseField \
PhaseBeam \
VisualizationWallpapers \
PhotoTable
PhotoTable, \
$(PRODUCT_PACKAGES))