summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Filetto <matt.filetto@gmail.com>2017-01-03 20:31:56 -0800
committerRashed Abdel-Tawab <rashed@linux.com>2017-01-04 00:44:19 -0500
commitf4a0094f4f2b378750a1574a95559853c6174cd4 (patch)
tree5056dc48a02dc824c88164af391ba263f77e56f4
parent19330ae7045b62301ac720a5d3150586a4188bb7 (diff)
h918: CM -> Lineage
Change-Id: I8a4eb81a4d88d69c5d2c398f716c90deac4ebc5b
-rw-r--r--BoardConfig.mk4
-rw-r--r--lineage.dependencies (renamed from cm.dependencies)0
-rw-r--r--lineage.mk (renamed from cm.mk)2
3 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 3a12c98..d6bb009 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ DEVICE_PATH := device/lge/h918
TARGET_OTA_ASSERT_DEVICE := h918
# Kernel
-TARGET_KERNEL_CONFIG := cyanogenmod_h918_defconfig
+TARGET_KERNEL_CONFIG := lineageos_h918_defconfig
# inherit from the proprietary version
-include vendor/lge/h918/BoardConfigVendor.mk
diff --git a/cm.dependencies b/lineage.dependencies
index 7668a38..7668a38 100644
--- a/cm.dependencies
+++ b/lineage.dependencies
diff --git a/cm.mk b/lineage.mk
index c6b549c..2658a25 100644
--- a/cm.mk
+++ b/lineage.mk
@@ -6,7 +6,7 @@ $(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Overlays (inherit after vendor/cm to ensure we override it)
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
-PRODUCT_NAME := cm_h918
+PRODUCT_NAME := lineage_h918
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE="v20" \