Update remove_packages.mk
This commit is contained in:
@@ -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))
|
Reference in New Issue
Block a user