config: common: Re-enable rsync
Change-Id: I9d2ba68ad145d421920884fe9f5f8eb14a19adb0
This commit is contained in:
parent
b5e83c1f01
commit
5924e84035
1 changed files with 4 additions and 0 deletions
|
@ -172,6 +172,10 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/lineage/prebuilt/common/etc/init/init.openssh.rc:$(TARGET_COPY_OUT_PRODUCT)/etc/init/init.openssh.rc
|
vendor/lineage/prebuilt/common/etc/init/init.openssh.rc:$(TARGET_COPY_OUT_PRODUCT)/etc/init/init.openssh.rc
|
||||||
|
|
||||||
|
# rsync
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
rsync
|
||||||
|
|
||||||
# Storage manager
|
# Storage manager
|
||||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
ro.storage_manager.enabled=true
|
ro.storage_manager.enabled=true
|
||||||
|
|
Loading…
Reference in a new issue