commit | 49834a84fca1488377c2d8cb27c90745d3934148 | [log] [tgz] |
---|---|---|
author | Gabriele M <moto.falcon.git@gmail.com> | Wed Oct 21 23:29:05 2015 +0200 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Sun Oct 25 07:49:40 2015 -0700 |
tree | 9845a8fd99b75b783364aa63cbaa86b367e26750 | |
parent | c3eb1079ea1ee513422cfe16d4c5574a2c1ee7a5 [diff] |
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