forked from ChameleonOS/android_device_samsung_manta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcos.mk
24 lines (18 loc) · 807 Bytes
/
cos.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
# 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/cos/config/common_full_tablet_wifionly.mk)
# Enhanced NFC
$(call inherit-product, vendor/cos/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 := cos_manta
PRODUCT_BRAND := Google
PRODUCT_MODEL := Nexus 10
PRODUCT_MANUFACTURER := samsung
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=mantaray BUILD_FINGERPRINT=google/mantaray/manta:4.2.2/JDQ39/573038:user/release-keys PRIVATE_BUILD_DESC="mantaray-user 4.2.2 JDQ39 573038 release-keys"