config: Add missing \ in bootanimation pick

Change-Id: Id61a196f97115c70b7d1dcf84fe830b72834a17c
gugelfrei
Luca Stefani 8 years ago
parent 9689bb9dba
commit aa92150dba

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

Loading…
Cancel
Save