config: Add missing \ in bootanimation pick

Change-Id: Id61a196f97115c70b7d1dcf84fe830b72834a17c
This commit is contained in:
Luca Stefani 2016-11-13 18:53:07 +01:00
parent 9689bb9dba
commit aa92150dba

View file

@ -15,7 +15,7 @@ bootanimation_sizes := $(subst .zip,,$(shell ls -1 vendor/cm/prebuilt/common/boo
# find the appropriate size and set
define check_and_set_bootanimation
$(eval TARGET_BOOTANIMATION_NAME := $(shell \
if [ -z "$(TARGET_BOOTANIMATION_NAME)" ]; then
if [ -z "$(TARGET_BOOTANIMATION_NAME)" ]; then \
if [ "$(1)" -le "$(TARGET_BOOTANIMATION_SIZE)" ]; then \
echo $(1); \
exit 0; \