nougat_device_meizu_m2note/device_m2note.mk

20 lines
615 B
Makefile
Raw Normal View History

2017-02-05 19:57:35 +01:00
$(call inherit-product-if-exists, vendor/meizu/m2note/m2note-vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
DEVICE_PATH := device/meizu/m2note
2017-02-07 18:49:10 +01:00
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay
2017-02-05 19:57:35 +01:00
2017-04-25 15:28:05 +02:00
# Recovery allowed devices
TARGET_OTA_ASSERT_DEVICE := m2note,m2n,meizu_m2_note,m571,m571h
2017-04-25 15:28:05 +02:00
# Device artwork density
2017-02-05 19:57:35 +01:00
PRODUCT_AAPT_CONFIG := normal xhdpi
PRODUCT_AAPT_PREF_CONFIG := xhdpi
# Product fragments
-include $(DEVICE_PATH)/product/*.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)