diff --git a/device.mk b/device.mk index f86c626..5565c9e 100644 --- a/device.mk +++ b/device.mk @@ -25,6 +25,10 @@ $(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk DEVICE_PATH := device/xiaomi/clover +# Overlays +DEVICE_PACKAGE_OVERLAYS += \ + $(DEVICE_PATH)/overlay + # These are the hardware-specific features PRODUCT_COPY_FILES += \ frameworks/native/data/etc/tablet_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware.xml @@ -65,7 +69,7 @@ PRODUCT_COPY_FILES += \ $(DEVICE_PATH)/media/media_profiles.xml:system/etc/media_profiles.xml \ $(DEVICE_PATH)/media/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \ $(DEVICE_PATH)/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \ - $(DEVICE_PATH)/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \ + $(DEVICE_PATH)/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml # Device is a Tablet PRODUCT_AAPT_CONFIG := normal large