aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--cm.dependencies4
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",