forked from emirunlu/android_device_samsung_ariesve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slim.mk
24 lines (17 loc) · 807 Bytes
/
slim.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Specify phone tech before including full_phone
$(call inherit-product, vendor/slim/config/gsm.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/slim/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/ariesve/full_ariesve.mk)
PRODUCT_RELEASE_NAME := ariesve
# Setup device configuration
PRODUCT_NAME := slim_ariesve
PRODUCT_DEVICE := ariesve
PRODUCT_BRAND := Samsung
PRODUCT_MANUFACTURER := Samsung
PRODUCT_MODEL := GT-I9001
#Boot Animation
PRODUCT_COPY_FILES += \
vendor/slim/prebuilt/hdpi/bootanimation.zip:system/media/bootanimation.zip
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_FINGERPRINT=samsung/GT-I9001/GT-I9001:2.3.6/GINGERBREAD/XXKQN:user/release-keys PRIVATE_BUILD_DESC="GT-I9001-user 2.3.6 GINGERBREAD XXKQN release-keys"