diff options
| author | doc <doc.divxm@gmail.com> | 2015-06-20 13:27:00 +0300 |
|---|---|---|
| committer | doc <doc.divxm@gmail.com> | 2015-06-20 13:27:00 +0300 |
| commit | 3f515e0a51870b57917d566c90de34af63677ca7 (patch) | |
| tree | 3eb19996068072b011d646cce544735760b36a8b | |
| parent | f6b47ffb18cdeef8b8a3cdc4aee760bfe370a025 (diff) | |
Change-Id: Id453bd3c3510767b37689ffbae72da8b3d8a4d37
| -rw-r--r-- | aicp.dependencies | 43 | ||||
| -rw-r--r-- | liquid.dependencies | 50 | ||||
| -rw-r--r-- | liquid.mk | 13 |
3 files changed, 43 insertions, 63 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..088a821 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,43 @@ +[ + { + "repository": "LiquidSmooth-Devices/android_kernel_samsung_klimtwifi", + "target_path": "kernel/samsung/klimtwifi", + "branch": "5.1" + }, + { + "repository": "LiquidSmooth-Devices/android_device_samsung_exynos5420-common", + "target_path": "device/samsung/exynos5420-common", + "branch": "5.1" + }, + { + "repository": "CyanogenMod/android_hardware_samsung", + "target_path": "hardware/samsung", + "branch": "cm-12.1" + }, + { + "repository": "CyanogenMod/android_hardware_samsung_slsi_exynos", + "target_path": "hardware/samsung_slsi/exynos", + "branch": "cm-12.1" + }, + { + "repository": "CyanogenMod/android_hardware_samsung_slsi_exynos5-insignal", + "target_path": "hardware/samsung_slsi/exynos5-insignal", + "branch": "cm-12.1" + }, + { + "repository": "CyanogenMod/android_hardware_samsung_slsi_exynos5420", + "target_path": "hardware/samsung_slsi/exynos5420", + "branch": "cm-12.1" + }, + { + "repository": "CyanogenMod/android_hardware_samsung_slsi_openmax", + "target_path": "hardware/samsung_slsi/openmax", + "branch": "cm-12.1" + }, + { + "repository": "AICP/proprietary_vendor_samsung", + "target_path": "vendor/samsung", + "branch": "lp5.1" + } +] + diff --git a/liquid.dependencies b/liquid.dependencies deleted file mode 100644 index 0b77809..0000000 --- a/liquid.dependencies +++ /dev/null @@ -1,50 +0,0 @@ -[ - { - "remote": "lsd", - "repository": "android_kernel_samsung_klimtwifi", - "target_path": "kernel/samsung/klimtwifi", - "revision": "5.1" - }, - { - "remote": "lsd", - "repository": "android_device_samsung_exynos5420-common", - "target_path": "device/samsung/exynos5420-common", - "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": "gh", - "repository": "schwabe93/vendor_samsung_klimtlte", - "target_path": "vendor/samsung", - "revision": "master" - } -] diff --git a/liquid.mk b/liquid.mk deleted file mode 100644 index 2c393c9..0000000 --- a/liquid.mk +++ /dev/null @@ -1,13 +0,0 @@ -$(call inherit-product, device/samsung/klimtlte/full_klimtlte.mk) - -# Inherit some common Liquid stuff. -$(call inherit-product, vendor/liquid/config/common_tablet_lte.mk) - -PRODUCT_NAME := liquid_klimtlte -PRODUCT_DEVICE := klimtlte - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_MODEL=SM-T705 \ - PRODUCT_NAME=klimtlte \ - PRODUCT_DEVICE=klimtlte \ - TARGET_DEVICE=klimtlte \ |
