diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-10-05 00:04:37 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-10-05 00:04:37 +0300 |
| commit | 28c0f5cfaf8b69f6d625637252f7051ba3095e0a (patch) | |
| tree | 933ceb5b4ab4c2e48582917047669483aabd0d50 | |
| parent | 66ecc719ace9b37ae94cbcc77a99242cfe855ad0 (diff) | |
serranoltexx: Get ready for Nn7.0
Change-Id: I914b0ff1e624e75e9040ecd1ac1e016b1c38143d
| -rw-r--r-- | aicp.dependencies | 37 | ||||
| -rw-r--r-- | cm.dependencies | 18 | ||||
| -rw-r--r-- | cm.mk | 11 | ||||
| -rw-r--r-- | vendorsetup.sh | 1 |
4 files changed, 37 insertions, 30 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..90dc860 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,37 @@ +[ + { + "repository": "AICP/device_samsung_serrano-common", + "target_path": "device/samsung/serrano-common", + "branch": "n7.0" + }, + { + "repository": "AICP/device_samsung_msm8930-common", + "target_path": "device/samsung/msm8930-common", + "branch": "n7.0" + }, + { + "repository": "CyanogenMod/android_device_samsung_qcom-common", + "target_path": "device/samsung/qcom-common", + "branch": "cm-14.0" + }, + { + "repository": "CyanogenMod/android_kernel_samsung_msm8930-common", + "target_path": "kernel/samsung/msm8930-common", + "branch": "cm-14.0" + }, + { + "repository": "CyanogenMod/android_external_stlport", + "target_path": "external/stlport", + "branch": "cm-14.0" + }, + { + "repository": "CyanogenMod/android_hardware_samsung", + "target_path": "hardware/samsung", + "branch": "cm-14.0" + }, + { + "repository": "AICP/proprietary_vendor_samsung", + "target_path": "vendor/samsung", + "branch": "n7.0" + } +] diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index f0299d7..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "repository": "android_device_samsung_qcom-common", - "target_path": "device/samsung/qcom-common" - }, - { - "repository": "android_device_samsung_msm8930-common", - "target_path": "device/samsung/msm8930-common" - }, - { - "repository": "android_device_samsung_serrano-common", - "target_path": "device/samsung/serrano-common" - }, - { - "repository": "android_kernel_samsung_msm8930-common", - "target_path": "kernel/samsung/msm8930-common" - } -] @@ -1,11 +0,0 @@ -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -# Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) - -$(call inherit-product, device/samsung/serranoltexx/full_serranoltexx.mk) - -PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=serranoltexx TARGET_DEVICE=serranolte - -PRODUCT_NAME := cm_serranoltexx diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100644 index 9cc6ad0..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo cm_serranoltexx-userdebug |
