diff options
| author | deadman96385 <seanhoyt963@gmail.com> | 2015-04-26 02:00:27 -0400 |
|---|---|---|
| committer | deadman96385 <seanhoyt963@gmail.com> | 2015-04-26 02:00:27 -0400 |
| commit | 206057694f22876b206da169970a0babc6bd4c8f (patch) | |
| tree | 04e6df4ff261430881967d0a539289c1af208c07 | |
| parent | 03d042f612c30c54074da39de20d40edfbb4050b (diff) | |
Liquify
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | cm.dependencies | 27 | ||||
| -rw-r--r-- | liquid.dependencies | 44 | ||||
| -rw-r--r-- | liquid.mk (renamed from cm.mk) | 6 | ||||
| -rwxr-xr-x | vendorsetup.sh | 1 |
5 files changed, 48 insertions, 32 deletions
@@ -1,2 +1,2 @@ -SM-T705 device repo for CyangenMod. +SM-T705 device repo for LiquidSmooth. diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index 8770c2d..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "repository": "android_kernel_samsung_klimtwifi", - "target_path": "kernel/samsung/klimtwifi" - }, - { - "repository": "android_hardware_samsung", - "target_path": "hardware/samsung" - }, - { - "repository": "android_hardware_samsung_slsi_exynos", - "target_path": "hardware/samsung_slsi/exynos" - }, - { - "repository": "android_hardware_samsung_slsi_exynos5-insignal", - "target_path": "hardware/samsung_slsi/exynos5-insignal" - }, - { - "repository": "android_hardware_samsung_slsi_exynos5420", - "target_path": "hardware/samsung_slsi/exynos5420" - }, - { - "repository": "android_hardware_samsung_slsi_openmax", - "target_path": "hardware/samsung_slsi/openmax" - } -] - diff --git a/liquid.dependencies b/liquid.dependencies new file mode 100644 index 0000000..41a03e5 --- /dev/null +++ b/liquid.dependencies @@ -0,0 +1,44 @@ +[ + { + "remote": "lsd", + "repository": "android_kernel_samsung_klimtwifi", + "target_path": "kernel/samsung/klimtwifi", + "revision": "5.1" + }, + { + "remote": "cm", + "repository": "android_hardware_samsung", + "target_path": "hardware/samsung", + "revision": "cm-12.1" + }, + { + "remote": "cm", + "repository": "android_hardware_samsung_slsi_exynos", + "target_path": "hardware/samsung_slsi/exynos", + "revision": "cm-12.1" + }, + { + "remote": "cm", + "repository": "android_hardware_samsung_slsi_exynos5-insignal", + "target_path": "hardware/samsung_slsi/exynos5-insignal", + "revision": "cm-12.1" + }, + { + "remote": "cm", + "repository": "android_hardware_samsung_slsi_exynos5420", + "target_path": "hardware/samsung_slsi/exynos5420", + "revision": "cm-12.1" + }, + { + "remote": "cm", + "repository": "android_hardware_samsung_slsi_openmax", + "target_path": "hardware/samsung_slsi/openmax", + "revision": "cm-12.1" + }, + { + "remote": "tm", + "repository": "proprietary_vendor_samsung", + "target_path": "vendor/samsung", + "revision": "cm-12.1" + } +] @@ -1,9 +1,9 @@ $(call inherit-product, device/samsung/klimtlte/full_klimtlte.mk) -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +# Inherit some common Liquid stuff. +$(call inherit-product, vendor/liquid/config/common_full_tablet_lte.mk) -PRODUCT_NAME := cm_klimtlte +PRODUCT_NAME := liquid_klimtlte PRODUCT_DEVICE := klimtlte PRODUCT_BUILD_PROP_OVERRIDES += \ diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100755 index 5a24aef..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo cm_klimtlte-userdebug |
