forked from joernsrepo/android_device_samsung_i9305
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspirit.mk
30 lines (22 loc) · 1010 Bytes
/
spirit.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
28
29
30
# Specify phone tech before including full_phone
$(call inherit-product, vendor/spirit/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := i9305
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
include device/samsung/i9305/sm.mk
# Inherit some common CM stuff.
$(call inherit-product, vendor/spirit/config/common_phone.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/i9305/full_i9305.mk)
# Configure dalvik heap
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := i9305
PRODUCT_NAME := spirit_i9305
PRODUCT_BRAND := samsung
PRODUCT_MODEL := GT-I9305
PRODUCT_MANUFACTURER := samsung
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=m3xx TARGET_DEVICE=m3 BUILD_FINGERPRINT="samsung/m3xx/m3:4.1.2/JZO54K/I9305XXBMA6:user/release-keys" PRIVATE_BUILD_DESC="m3xx-user 4.1.2 JZO54K I9305XXBMA6 release-keys"