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:
AdrianDC 2016-05-25 11:01:08 +02:00 committed by Adrian DC
parent b9f0c17bf1
commit 243d3696e7
1 changed files with 1 additions and 1 deletions

View File

@ -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 \