clover: device: Fix missing Overlay include

This commit is contained in:
Max Weffers 2018-09-27 12:23:14 +02:00
parent 340825f063
commit 0d98ae4bb2
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -25,6 +25,10 @@ $(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk
DEVICE_PATH := device/xiaomi/clover DEVICE_PATH := device/xiaomi/clover
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(DEVICE_PATH)/overlay
# These are the hardware-specific features # These are the hardware-specific features
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware.xml 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: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.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.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 # Device is a Tablet
PRODUCT_AAPT_CONFIG := normal large PRODUCT_AAPT_CONFIG := normal large