Created
August 29, 2016 16:28
-
-
Save invisiblek/45757022f13224d3827e97d115fef7fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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