aboutsummaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 0cbb4a7..91162fc 100644
--- a/device.mk
+++ b/device.mk
@@ -17,5 +17,9 @@ PRODUCT_AAPT_PREF_CONFIG := xhdpi
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
+# Overlays
+DEVICE_PACKAGE_OVERLAYS += \
+ $(LOCAL_PATH)/overlay
+
# Inherit from vendor blobs
$(call inherit-product, vendor/xiaomi/veux/veux-vendor.mk)