summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtin M <atinm.dev@gmail.com>2011-12-12 06:50:03 -0500
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2011-12-12 12:37:33 +0000
commita42da130069b656c90942640ad9262217d7f04d8 (patch)
tree660caa3bc5e2e7cbc55e5b103a6b7a4a01d11e38
parentd4bd02604dbd5385bbeb9cfc582e36b17039de9b (diff)
downloadvendor_replicant-a42da130069b656c90942640ad9262217d7f04d8.zip
vendor_replicant-a42da130069b656c90942640ad9262217d7f04d8.tar.gz
vendor_replicant-a42da130069b656c90942640ad9262217d7f04d8.tar.bz2
Removed Vibrant from list of CyanogenMod devices
Change-Id: I85cf03c8824ea7a8f9f5b94e63fc63b4af847cd5
-rw-r--r--products/AndroidProducts.mk1
-rw-r--r--products/cyanogen_vibrantmtd.mk51
-rw-r--r--vendorsetup.sh1
3 files changed, 0 insertions, 53 deletions
diff --git a/products/AndroidProducts.mk b/products/AndroidProducts.mk
index 9e50b34..9b96d91 100644
--- a/products/AndroidProducts.mk
+++ b/products/AndroidProducts.mk
@@ -66,7 +66,6 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/cyanogen_urushi.mk \
$(LOCAL_DIR)/cyanogen_v9.mk \
$(LOCAL_DIR)/cyanogen_vega.mk \
- $(LOCAL_DIR)/cyanogen_vibrantmtd.mk \
$(LOCAL_DIR)/cyanogen_vision.mk \
$(LOCAL_DIR)/cyanogen_vivo.mk \
$(LOCAL_DIR)/cyanogen_vivow.mk \
diff --git a/products/cyanogen_vibrantmtd.mk b/products/cyanogen_vibrantmtd.mk
deleted file mode 100644
index 99ba6f2..0000000
--- a/products/cyanogen_vibrantmtd.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-# Inherit AOSP device configuration for vibrantmtd.
-$(call inherit-product, device/samsung/vibrantmtd/full_vibrantmtd.mk)
-
-# Inherit some common cyanogenmod stuff.
-$(call inherit-product, vendor/cyanogen/products/common_full.mk)
-
-# Include GSM stuff
-$(call inherit-product, vendor/cyanogen/products/gsm.mk)
-
-#
-# Setup device specific product configuration.
-#
-PRODUCT_NAME := cyanogen_vibrantmtd
-PRODUCT_BRAND := samsung
-PRODUCT_DEVICE := vibrantmtd
-PRODUCT_MODEL := SGH-T959
-PRODUCT_MANUFACTURER := Samsung
-PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=soju BUILD_ID=GRJ22 BUILD_FINGERPRINT=google/soju/crespo:2.3.4/GRJ22/121341:user/release-keys PRIVATE_BUILD_DESC="soju-user 2.3.4 GRJ22 121341 release-keys"
-
-# Build kernel
-#PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=
-#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_DIR=kernel-samsung
-#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_CONFIG=cyanogen_vibrantmtd_defconfig
-
-# Extra galaxys overlay
-PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/vibrantmtd
-
-# 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 := Vibrant
-PRODUCT_VERSION_DEVICE_SPECIFIC :=
--include vendor/cyanogen/products/common_versions.mk
-
-#
-# Copy galaxys specific prebuilt files
-#
-PRODUCT_COPY_FILES += \
- vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip
diff --git a/vendorsetup.sh b/vendorsetup.sh
index 548d5f1..356b15d 100644
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -65,7 +65,6 @@ add_lunch_combo cyanogen_u8220-eng
add_lunch_combo cyanogen_urushi-eng
add_lunch_combo cyanogen_v9-eng
add_lunch_combo cyanogen_vega-eng
-add_lunch_combo cyanogen_vibrantmtd-eng
add_lunch_combo cyanogen_vision-eng
add_lunch_combo cyanogen_vivo-eng
add_lunch_combo cyanogen_vivow-eng