# Inherit AOSP device configuration for galaxys. $(call inherit-product, device/samsung/galaxysmtd/full_galaxysmtd.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. $(call inherit-product, vendor/replicant/products/software_gl.mk) # # Setup device specific product configuration. # PRODUCT_NAME := replicant_galaxysmtd PRODUCT_BRAND := samsung PRODUCT_DEVICE := galaxysmtd PRODUCT_MODEL := GT-I9000 PRODUCT_MANUFACTURER := samsung PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9000 TARGET_DEVICE=GT-I9000 BUILD_ID=GINGERBREAD BUILD_FINGERPRINT=samsung/GT-I9000/GT-I9000:2.3.5/GINGERBREAD/XXJVT:user/release-keys PRIVATE_BUILD_DESC="GT-I9000-user 2.3.5 GINGERBREAD XXJVT release-keys" # Build kernel PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL= PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_DIR=kernel-aries PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_CONFIG=aries_galaxysmtd_defconfig # Extra galaxys overlay PRODUCT_PACKAGE_OVERLAYS += vendor/replicant/overlay/galaxysmtd # Add the FM app PRODUCT_PACKAGES += FM # Extra RIL settings PRODUCT_PROPERTY_OVERRIDES += \ ro.ril.enable.managed.roaming=1 \ ro.ril.oem.nosim.ecclist=911,112,999,000,08,118,120,122,110,119,995 \ ro.ril.emc.mode=2 # Add additional mounts PRODUCT_PROPERTY_OVERRIDES += \ ro.additionalmounts=/mnt/emmc \ ro.vold.switchablepair=/mnt/sdcard,/mnt/emmc # Release name and versioning PRODUCT_RELEASE_NAME := GalaxyS PRODUCT_VERSION_DEVICE_SPECIFIC := -include vendor/replicant/products/common_versions.mk # # Copy galaxys specific prebuilt files # PRODUCT_COPY_FILES += \ vendor/replicant/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip