diff options
| author | Kasual <mushroomhead52e@gmail.com> | 2017-01-03 21:43:35 +0300 |
|---|---|---|
| committer | Kasual <mushroomhead52e@gmail.com> | 2017-01-04 18:32:42 +0300 |
| commit | a85e5924221bf6c22ed409f31378bb3287bb2cdd (patch) | |
| tree | b964e879f37d0cb20ac43811275e9d409815348f | |
| parent | d7a22a6eab27bfd143beced72f3fdf64299b9452 (diff) | |
ls990: rebrand CM to Lineage
Change-Id: I1d06d32e98490a71658f774793750e38626e6ee5
| -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 4ac26a0..d1c5467 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,6 @@ # # Copyright (C) 2014 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. @@ -25,7 +26,7 @@ BOARD_CUSTOM_BT_CONFIG := device/lge/ls990/bluetooth/vnd_g3.txt BOARD_HAVE_BLUETOOTH_BCM := true # Kernel -TARGET_KERNEL_CONFIG := cyanogenmod_ls990_defconfig +TARGET_KERNEL_CONFIG := lineageos_ls990_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 (Sprint). ===================================== 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/ls990/full_ls990.mk) -# Inherit some common CM stuff. +# Inherit some common Lineage stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) PRODUCT_NAME := cm_ls990 |
