diff options
| author | Kasual <mushroomhead52e@gmail.com> | 2017-01-03 22:11:08 +0300 |
|---|---|---|
| committer | Hendrik Hagendorn <git@finnq.de> | 2017-01-04 12:53:57 +0000 |
| commit | 0100bcf123e4b934cd554aba4265bbf45086d020 (patch) | |
| tree | c1eab7ebf1ae23e82a02158975df7894d835db51 | |
| parent | 70984dbd735b43fedaaa2980076916624c8888f8 (diff) | |
d855: rebrand to Lineage
Change-Id: Ibd0b89b31f4568d8526645adb5eacc76c85e958a
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lineage.dependencies (renamed from cm.dependencies) | 0 | ||||
| -rw-r--r-- | lineage.mk (renamed from cm.mk) | 2 |
4 files changed, 5 insertions, 2 deletions
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 @@ -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 index f36d972..f36d972 100644 --- a/cm.dependencies +++ b/lineage.dependencies @@ -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 |
