Change ifneq(,$(A) $(B)) to ifneq(,$(strip $(A) $(B)))
Else the branch condition would always evaluate to true, making the other branch useless and wrong! Bug: 211741246 Test: m dist Change-Id: I4791712632cbe0d5a9e20962c8425dd20bbe0bfd
Loading
Please register or sign in to comment