config: common: Re-enable rsync

Change-Id: I9d2ba68ad145d421920884fe9f5f8eb14a19adb0
This commit is contained in:
Nolen Johnson 2023-01-05 17:42:57 -05:00 committed by Luca Stefani
parent b5e83c1f01
commit 5924e84035

View file

@ -172,6 +172,10 @@ 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