aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormosimchah <mosimchah@gmail.com>2017-08-15 15:35:55 -0400
committermosimchah <mosimchah@gmail.com>2017-08-15 15:43:39 -0400
commit9220fef74667c6abb7742f334d75e6792b869a3c (patch)
treeb6b073a8b3479185859f583c8558b434ceb3ac0d
parent66a98a5aa329f5bb9be4662ee51eab7d9c551c13 (diff)
w7: use the lineage kernelHEADn7.1
Change-Id: I88b564c76325992995d433d5ea4fd2d8fc791024
-rw-r--r--BoardConfig.mk2
-rw-r--r--aicp.dependencies4
2 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d651f7d..8914986 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -36,7 +36,7 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/lge/w7/releasetools
TARGET_BOOTLOADER_BOARD_NAME := w7
# Kernel
-TARGET_KERNEL_CONFIG := stormysea_defconfig
+TARGET_KERNEL_CONFIG := w7ds_lineageos_defconfig
# Enable dexpreopt to speed boot time
ifeq ($(HOST_OS),linux)
diff --git a/aicp.dependencies b/aicp.dependencies
index bd613e1..1b8095e 100644
--- a/aicp.dependencies
+++ b/aicp.dependencies
@@ -13,9 +13,9 @@
},
{
"remote": "github",
- "repository": "mosimchah/android_kernel_lge_msm8226",
+ "repository": "LineageOS/android_kernel_lge_msm8226",
"target_path": "kernel/lge/msm8226",
- "branch": "n7.1"
+ "branch": "cm-14.1"
},
{
"remote": "github",