diff options
| author | doc HD <doc.divxm@gmail.com> | 2015-11-19 20:21:01 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2015-11-19 20:21:01 +0200 |
| commit | b096c6a90fc59330d2b252cfdf3fd49a86626c0a (patch) | |
| tree | edeefc697625694131b34baf024d61958c629ce8 | |
| parent | dc6872d400db066b9b892c36994abf3879751524 (diff) | |
ha3g: Switch to AICP
| -rw-r--r-- | aicp.dependencies | 37 | ||||
| -rw-r--r-- | cm.dependencies | 26 | ||||
| -rw-r--r-- | cm.mk | 18 | ||||
| -rwxr-xr-x | vendorsetup.sh | 1 |
4 files changed, 37 insertions, 45 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..59ccc72 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,37 @@ +[ + { + "repository": "djmax81/android_kernel_samsung_exynos5420", + "target_path": "kernel/samsung/ha3g", + "branch": "36a668a0870f0fd0ef80c64076df693a60d873cb" + }, + { + "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_exynos5420", + "target_path": "hardware/samsung_slsi/exynos5420", + "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_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/cm.dependencies b/cm.dependencies deleted file mode 100644 index fe885fa..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "repository": "android_kernel_samsung_exynos5420", - "target_path": "kernel/samsung/exynos5420" - }, - { - "repository": "android_hardware_samsung", - "target_path": "hardware/samsung" - }, - { - "repository": "android_hardware_samsung_slsi-cm_exynos", - "target_path": "hardware/samsung_slsi-cm/exynos" - }, - { - "repository": "android_hardware_samsung_slsi_exynos5-insignal", - "target_path": "hardware/samsung_slsi/exynos5-insignal" - }, - { - "repository": "android_hardware_samsung_slsi-cm_exynos5420", - "target_path": "hardware/samsung_slsi-cm/exynos5420" - }, - { - "repository": "android_hardware_samsung_slsi-cm_openmax", - "target_path": "hardware/samsung_slsi-cm/openmax" - } -] @@ -1,18 +0,0 @@ -# Inherit device configuration -$(call inherit-product, device/samsung/ha3g/full_ha3g.mk) - -# Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -## Device identifier. This must come after all inclusions -PRODUCT_NAME := cm_ha3g -PRODUCT_DEVICE := ha3g - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_MODEL=SM-N900 \ - PRODUCT_NAME=ha3g \ - PRODUCT_DEVICE=ha3g \ - TARGET_DEVICE=ha3g \ diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100755 index 82287d4..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo cm_ha3g-userdebug |
