Created
June 14, 2016 22:32
-
-
Save invisiblek/703ae4096b7afd18d1453b907bf7911d 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/BoardConfigExtra.mk b/BoardConfigExtra.mk | |
index 8b1a8dd..96f3cbe 100644 | |
--- a/BoardConfigExtra.mk | |
+++ b/BoardConfigExtra.mk | |
@@ -1,5 +1,5 @@ | |
# Overlay | |
-DEVICE_PACKAGE_OVERLAYS += vendor/extra/blur/overlay | |
+DEVICE_PACKAGE_OVERLAYS += $(call my-dir)/blur/overlay | |
# Blur | |
TARGET_HAVE_UI_BLUR := true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment