From 0100bcf123e4b934cd554aba4265bbf45086d020 Mon Sep 17 00:00:00 2001 From: Kasual Date: Tue, 3 Jan 2017 22:11:08 +0300 Subject: [PATCH] d855: rebrand to Lineage Change-Id: Ibd0b89b31f4568d8526645adb5eacc76c85e958a --- BoardConfig.mk | 3 ++- README.md | 2 ++ cm.dependencies => lineage.dependencies | 0 cm.mk => lineage.mk | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) rename cm.dependencies => lineage.dependencies (100%) rename cm.mk => lineage.mk (91%) diff --git a/BoardConfig.mk b/BoardConfig.mk index 05eb3f7..613a8d7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,6 @@ # # 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. @@ -28,7 +29,7 @@ BLUETOOTH_HCI_USE_MCT := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/d855/bluetooth # Kernel -TARGET_KERNEL_CONFIG := cyanogenmod_d855_defconfig +TARGET_KERNEL_CONFIG := lineageos_d855_defconfig TARGET_REQUIRES_BUMP := true # Partitions diff --git a/README.md b/README.md index e450aa1..3feedf2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Copyright 2014 - The CyanogenMod Project +Copyright 2017 - The LineageOS Project + Device configuration for LGE G3 (International) ===================================== diff --git a/cm.dependencies b/lineage.dependencies similarity index 100% rename from cm.dependencies rename to lineage.dependencies diff --git a/cm.mk b/lineage.mk similarity index 91% rename from cm.mk rename to lineage.mk index fa022a9..7597e7a 100644 --- a/cm.mk +++ b/lineage.mk @@ -1,6 +1,6 @@ $(call inherit-product, device/lge/d855/full_d855.mk) -# Inherit some common CM stuff. +# Inherit some common Lineage stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) PRODUCT_NAME := cm_d855