cm: Fix the backuptool importation logic
* backuptool.sh and its dependencies are to be used on devices without the flags being checked, not with Change-Id: Ia2e1e32c4878f52a0a781e64583a95b32f8d3611
This commit is contained in:
parent
b9f0c17bf1
commit
243d3696e7
@ -78,7 +78,7 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/cm/CHANGELOG.mkdn:system/etc/CHANGELOG-CM.txt
|
||||
|
||||
# Backup Tool
|
||||
ifneq (,$(filter true, $(CYNGN_TARGET) $(EXTERNAL_CLEAN_TARGET)))
|
||||
ifeq (,$(filter true, $(CYNGN_TARGET) $(EXTERNAL_CLEAN_TARGET)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cm/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \
|
||||
vendor/cm/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \
|
||||
|
Loading…
Reference in New Issue
Block a user