aboutsummaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorRamii Ahmed <ramy@ahmedramy.com>2022-03-31 20:13:20 +0000
committerRamii Ahmed <ramy@ahmedramy.com>2022-04-22 16:56:04 +0000
commit68b7f2edc54bdc65fd31f883d31266988497f869 (patch)
tree1ce1e0a9f1699a936fa7b61904f13a0636b7c8a2 /device.mk
parentfbb9a1ba5fff8c6a3f3ae051ea83ba41f103f124 (diff)
veux: import overlays from stock
* From veux-user 11 RKQ1.211001.001 V13.0.10.0.RKCMIXM release-keys Change-Id: I0ec4b4487bd41be4d1e60a33b48e24126790898f
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)