From ca97b5293c524e117e483e2646c5d4951ca7fc7c Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 13 Sep 2022 19:49:47 -0500 Subject: [PATCH] config: Remove missing cli tools These have not been ported for several versions Change-Id: I40f199b6628e757e2637814b96f20bfb537393a4 --- config/common.mk | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config/common.mk b/config/common.mk index f70f0c1e..384d88b9 100644 --- a/config/common.mk +++ b/config/common.mk @@ -131,18 +131,13 @@ PRODUCT_PACKAGES += \ # Extra tools in Lineage PRODUCT_PACKAGES += \ - 7z \ bash \ curl \ getcap \ htop \ - lib7z \ nano \ - pigz \ setcap \ - unrar \ - vim \ - zip + vim PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \ system/bin/curl \ @@ -162,10 +157,6 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ vendor/lineage/prebuilt/common/etc/init/init.openssh.rc:$(TARGET_COPY_OUT_PRODUCT)/etc/init/init.openssh.rc -# rsync -PRODUCT_PACKAGES += \ - rsync - # Storage manager PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ ro.storage_manager.enabled=true