clover: device: Fix missing Overlay include
This commit is contained in:
parent
340825f063
commit
0d98ae4bb2
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue