diff options
| author | doc <doc.divxm@gmail.com> | 2015-04-20 12:27:39 +0300 |
|---|---|---|
| committer | doc <doc.divxm@gmail.com> | 2015-04-20 12:27:39 +0300 |
| commit | cad91bcac2c9fb6422753b6670ae62eb44466f72 (patch) | |
| tree | f8af986e9543cf7497fd73a26f0883f4743c93b4 | |
| parent | 7d7324af5dbbda6984d8e8b1313dac3d49b42648 (diff) | |
m9gsm: Switch toı AICP
Change-Id: I6d1a93f9d9ad0e319100bbd543cd05857bbdb3ba
| -rw-r--r-- | aicp.dependencies | 17 | ||||
| -rw-r--r-- | cm.dependencies | 10 | ||||
| -rw-r--r-- | cm.mk | 15 | ||||
| -rwxr-xr-x | vendorsetup.sh | 1 |
4 files changed, 17 insertions, 26 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..627c4cb --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,17 @@ +[ + { + "repository": "AICP/device_htc_m9-common", + "target_path": "device/htc/m9-common", + "branch": "lp5.1" + }, + { + "repository": "Hima-Dev/android_kernel_htc_msm8994", + "target_path": "kernel/htc/msm8994", + "branch": "cm-12.1" + }, + { + "repository": "AICP/proprietary_vendor_htc", + "target_path": "vendor/htc", + "branch": "lp5.1" + } +] diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index 6804c1a..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "repository": "android_device_htc_m9-common", - "target_path": "device/htc/m9-common" - } - { - "repository": "android_kernel_htc_msm8994", - "target_path": "device/htc/msm8994" - } -] @@ -1,15 +0,0 @@ -$(call inherit-product, device/htc/m9gsm/full_m9gsm.mk) - -# 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) - -PRODUCT_NAME := cm_m9gsm - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_DEVICE="htc_himauhl" \ - PRODUCT_NAME="himauhl_htc_europe" \ - BUILD_FINGERPRINT="htc/himauhl_htc_europe/htc_himauhl:5.0.2/LRX22G/506785.8:user/release-keys" \ - PRIVATE_BUILD_DESC="1.32.401.8 CL506785 release-keys" diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100755 index 83fba28..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo cm_m9gsm-userdebug |
