-
Notifications
You must be signed in to change notification settings - Fork 0
/
janice.mk
30 lines (21 loc) · 889 Bytes
/
janice.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
# Inherit AOSP device configuration for galaxys advance.
$(call inherit-product, device/samsung/janice/janice.mk)
# Inherit common product files.
$(call inherit-product, vendor/aokp/configs/common.mk)
# Inherit GSM common stuff
$(call inherit-product, vendor/aokp/configs/gsm.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/janice/full_janice.mk)
# Setup device specific product configuration.
PRODUCT_DEVICE := janice
PRODUCT_NAME := aokp_janice
PRODUCT_BRAND := Samsung
PRODUCT_MODEL := GT-I9070
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9070 TARGET_DEVICE=GT-I9070
PRODUCT_RELEASE_NAME := GT-I9070
# Copy janice specific prebuilt files
PRODUCT_PACKAGES += \
Thinkfree
PRODUCT_COPY_FILES += \
vendor/aokp/prebuilt/bootanimation/bootanimation_480_800.zip:system/media/bootanimation-alt.zip