diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-02 19:47:45 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-02 19:49:21 +0200 |
commit | ccaf2a77576415ef5447e895396df76c4f98641f (patch) | |
tree | 11aaf804daad7706025438a5b9fd4d9a33766427 | |
parent | 8df9ae50b66e7d6a1ec8d7545cc5addc46349223 (diff) |
shinano: use msm8974pro kernel
-rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
-rw-r--r-- | cm.dependencies | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 98a09b1..9eac4aa 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -23,7 +23,7 @@ include device/sony/qcom-common/BoardConfigCommon.mk TARGET_SPECIFIC_HEADER_PATH := device/sony/shinano-common/include # Kernel properties -TARGET_KERNEL_SOURCE := kernel/sony/msm8974 +TARGET_KERNEL_SOURCE := kernel/sony/msm8974pro # Platform TARGET_BOOTLOADER_BOARD_NAME := MSM8974 diff --git a/cm.dependencies b/cm.dependencies index 5e67426..ccbbdcb 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -1,7 +1,7 @@ [ { - "repository": "android_kernel_sony_msm8974", - "target_path": "kernel/sony/msm8974" + "repository": "android_kernel_sony_msm8974pro", + "target_path": "kernel/sony/msm8974pro" }, { "repository": "android_device_qcom_common", |