summaryrefslogtreecommitdiff
path: root/device.mk
blob: 81d1067a14b814a5d4cda14e82bc0400c3f17ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)

# The gps config appropriate for this device
$(call inherit-product, device/common/gps/gps_us_supl.mk)

$(call inherit-product-if-exists, vendor/htc/m7univ/m7univ-vendor.mk)

DEVICE_PACKAGE_OVERLAYS += device/htc/m7univ/overlay

LOCAL_PATH := device/htc/m7univ
ifeq ($(TARGET_PREBUILT_KERNEL),)
        LOCAL_KERNEL := $(LOCAL_PATH)/kernel
else
        LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif

$(call inherit-product, build/target/product/full.mk)

PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_NAME := full_m7univ
PRODUCT_DEVICE := m7univ