forked from CyanogenMod/android_device_samsung_manta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm.mk
27 lines (21 loc) · 826 Bytes
/
cm.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Resolution values for bootanimation
TARGET_SCREEN_HEIGHT := 1600
TARGET_SCREEN_WIDTH := 2560
# Release name
PRODUCT_RELEASE_NAME := Nexus10
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
# Enhanced NFC
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/manta/full_manta.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := manta
PRODUCT_NAME := cm_manta
PRODUCT_BRAND := Google
PRODUCT_MODEL := Nexus 10
PRODUCT_MANUFACTURER := samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=mantaray \
BUILD_FINGERPRINT=google/mantaray/manta:5.1.0/LMY47D/1743759:user/release-keys \
PRIVATE_BUILD_DESC="mantaray-user 5.1.0 LMY47D 1743759 release-keys"