summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2015-10-21 23:29:05 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-10-25 07:49:40 -0700
commit49834a84fca1488377c2d8cb27c90745d3934148 (patch)
tree9845a8fd99b75b783364aa63cbaa86b367e26750 /envsetup.sh
parentc3eb1079ea1ee513422cfe16d4c5574a2c1ee7a5 (diff)
downloadbuild-49834a84fca1488377c2d8cb27c90745d3934148.zip
build-49834a84fca1488377c2d8cb27c90745d3934148.tar.gz
build-49834a84fca1488377c2d8cb27c90745d3934148.tar.bz2
build: Fix check on BOARD_CUSTOM_BOOTIMG_MK
In the current code, '!' is added as prefix to the string contained in $(BOARD_CUSTOM_BOOTIMG_MK). This means that !$(BOARD_CUSTOM_BOOTIMG_MK) is never an empty string and therefore the condition is always true. The if function has a third optional argument that is evalueted when the condition is false, so use it to fix the current code. Change-Id: If1e459f6c40f655b47a12b77761921c943964e3b
Diffstat (limited to 'envsetup.sh')
0 files changed, 0 insertions, 0 deletions