aboutsummaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorSebastiano Barezzi <barezzisebastiano@gmail.com>2021-02-11 11:02:49 +0100
committerRamii Ahmed <ramy@ahmedramy.com>2022-05-23 17:19:27 +0000
commit1d3f0e77ce0ee0e0af683540c10da9dab99cf7f7 (patch)
treefab1ee325aeab74b52a524a784ece4c10b13df47 /device.mk
parent599f5015d80aac6a3dfeb473dac5cdbb0a3364b7 (diff)
veux: Initial lineage-sdk overlays
Change-Id: I2aaa0c06b23b40aac120c325ce15fb0992463520
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 91162fc..1923252 100644
--- a/device.mk
+++ b/device.mk
@@ -19,7 +19,8 @@ TARGET_SCREEN_WIDTH := 1080
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
- $(LOCAL_PATH)/overlay
+ $(LOCAL_PATH)/overlay \
+ $(LOCAL_PATH)/overlay-lineage
# Inherit from vendor blobs
$(call inherit-product, vendor/xiaomi/veux/veux-vendor.mk)