diff options
| author | doc <doc.divxm@gmail.com> | 2014-11-22 09:49:24 +0200 |
|---|---|---|
| committer | doc <doc.divxm@gmail.com> | 2014-11-22 09:49:24 +0200 |
| commit | 374f0607276f2f959faaa263bff0aa945400cbc7 (patch) | |
| tree | 79a7436af1937d089a79ba7cbfd72d6c8295b1ac | |
| parent | cd224ad3685d39671a5e11a805ae8fb636e97d30 (diff) | |
jflte: Preparation for L Bringup
Change-Id: Ia6e0546e64647050e26a6846e9f4509fd331d9fe
| -rw-r--r-- | aicp.dependencies | 22 | ||||
| -rw-r--r-- | cm.dependencies | 6 | ||||
| -rw-r--r-- | cm.mk | 9 | ||||
| -rwxr-xr-x | vendorsetup.sh | 1 |
4 files changed, 22 insertions, 16 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..132bf75 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,22 @@ +[ + { + "repository": "AICP/proprietary_vendor_samsung", + "target_path": "vendor/samsung", + "branch": "lp5.0" + }, + { + "repository": "AICP/device_samsung_qcom-common", + "target_path": "device/samsung/qcom-common", + "branch": "lp5.0" + }, + { + "repository": "AICP/device_samsung_jf-common", + "target_path": "device/samsung/jf-common", + "branch": "lp5.0" + }, + { + "repository": "CyanogenMod/android_kernel_samsung_jf", + "target_path": "kernel/samsung/jf", + "branch": "cm-12.0" + } +] diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index b8453ec..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "repository": "android_device_samsung_jf-common", - "target_path": "device/samsung/jf-common" - } -] @@ -1,9 +0,0 @@ -$(call inherit-product, device/samsung/jflte/full_jflte.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) - -PRODUCT_NAME := cm_jflte diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100755 index 31bab1a..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo cm_jflte-eng |
