Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created June 14, 2016 22:32
Show Gist options
  • Save invisiblek/703ae4096b7afd18d1453b907bf7911d to your computer and use it in GitHub Desktop.
Save invisiblek/703ae4096b7afd18d1453b907bf7911d to your computer and use it in GitHub Desktop.
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