summaryrefslogtreecommitdiffstats
path: root/products/replicant_gta04.mk
blob: e023b84e7528148d3808290350c3adbc8b8183d1 (plain)
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
31
32
33
34
35
36
37
38
39
# Inherit AOSP device configuration for gta04.
$(call inherit-product, device/goldelico/gta04/full_gta04.mk)

# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/replicant/products/common_full.mk)

# Include GSM stuff
$(call inherit-product, vendor/replicant/products/gsm.mk)

# Inherit Software GL configuration.
SOFTWARE_GL_NO_OVERLAY := true
$(call inherit-product, vendor/replicant/products/software_gl.mk)

#
# Setup device specific product configuration.
#
PRODUCT_NAME := replicant_gta04
PRODUCT_BRAND := goldelico
PRODUCT_DEVICE := gta04
PRODUCT_MODEL := GTA04
PRODUCT_MANUFACTURER := goldelico

# Build kernel
PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=
PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_DIR=kernel-gta04
PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_CONFIG=gta04_defconfig

# Build bootloader
PRODUCT_SPECIFIC_DEFINES += TARGET_BOOTLOADER_DIR=device/goldelico/gta04/u-boot/u-boot
PRODUCT_SPECIFIC_DEFINES += TARGET_BOOTLOADER_CONFIG=omap3_gta04_config

# Release name and versioning
PRODUCT_RELEASE_NAME := GTA04
PRODUCT_VERSION_DEVICE_SPECIFIC :=
-include vendor/replicant/products/common_versions.mk

# GTA04 specific prebuilt files
PRODUCT_COPY_FILES +=  \
    vendor/replicant/overlay/gta04/media/bootanimation.zip:system/media/bootanimation.zip