Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created August 29, 2016 16:28
Show Gist options
  • Save invisiblek/45757022f13224d3827e97d115fef7fb to your computer and use it in GitHub Desktop.
Save invisiblek/45757022f13224d3827e97d115fef7fb to your computer and use it in GitHub Desktop.
diff --git a/config/common.mk b/config/common.mk
index f85f47d..8d71092 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -9,6 +9,8 @@ TARGET_BOOTANIMATION_SIZE := $(shell \
echo $(TARGET_SCREEN_HEIGHT); \
fi )
+$(info $(TARGET_BOOTANIMATION_SIZE))
+
# get a sorted list of the sizes
bootanimation_sizes := $(subst .zip,, $(shell ls vendor/cm/prebuilt/common/bootanimation))
bootanimation_sizes := $(shell echo -e $(subst $(space),'\n',$(bootanimation_sizes)) | sort -rn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment