-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm.mk
27 lines (21 loc) · 868 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
## Specify phone tech before including full_phone
#$(call inherit-product, vendor/cm/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := GalaxyPlayer5
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/venturiusa/full_venturiusa.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := venturiusa
PRODUCT_NAME := cm_venturiusa
PRODUCT_BRAND := Samsung
PRODUCT_MODEL := YP-G70
TARGET_SCREEN_HEIGHT := 800
TARGET_SCREEN_WIDTH := 480
# Build fingerprint / ID / Product name etc.
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=YP-G70 \
TARGET_DEVICE=YP-G70 \
BUILD_FINGERPRINT=samsung/YP-G70/YP-G70:2.3.5/GINGERBREAD/UEKI8:user/release-keys \
PRIVATE_BUILD_DESC="YP-G70-user 2.3.5 GINGERBREAD UEKI8 release-keys"