aboutsummaryrefslogtreecommitdiffstats
path: root/cm.mk
blob: 131d4b0ce950be08376b46025d15e59b9022c75d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Release name
PRODUCT_RELEASE_NAME := n5110

# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)

# Inherit device configuration
$(call inherit-product, device/samsung/n5110/full_n5110.mk)

# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := n5110
PRODUCT_NAME := cm_n5110
PRODUCT_BRAND := samsung
PRODUCT_MODEL := GT-N5110
PRODUCT_MANUFACTURER := samsung

# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=konawifixx TARGET_DEVICE=konawifi BUILD_FINGERPRINT="samsung/konawifixx/konawifi:4.4.2/KOT49H/N5110XXDNF1:user/release-keys" PRIVATE_BUILD_DESC="konawifixx-user 4.4.2 KOT49H N5110XXDNF1 release-keys"