diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2017-01-02 13:09:42 -0600 |
|---|---|---|
| committer | Dan Pasanen <dan.pasanen@gmail.com> | 2017-01-02 13:12:42 -0600 |
| commit | 2402e6b7b06405a41159bddc74e00386bcad57bc (patch) | |
| tree | 809179c1b5d9f5c6ac70dd0c8fe208ccc8df61ff | |
| parent | 873a243782c487e907c84b79b7b9a9cc8f3fb144 (diff) | |
vs985: cm->lineage
Change-Id: Ibf69ddc20a29f9aa5245be8d7c5e80fd8e60b7ec
| -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) | 4 |
4 files changed, 6 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index a3f73b6..c6408d0 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. @@ -28,7 +29,7 @@ BLUETOOTH_HCI_USE_MCT := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/vs985/bluetooth # Kernel -TARGET_KERNEL_CONFIG := cyanogenmod_vs985_defconfig +TARGET_KERNEL_CONFIG := lineageos_vs985_defconfig TARGET_REQUIRES_BUMP := true # NFC @@ -1,5 +1,7 @@ Copyright 2014 - The CyanogenMod Project +Copyright 2017 - The LineageOS Project + Device configuration for LGE G3 (VZW) ===================================== diff --git a/cm.dependencies b/lineage.dependencies index f36d972..f36d972 100644 --- a/cm.dependencies +++ b/lineage.dependencies @@ -1,9 +1,9 @@ $(call inherit-product, device/lge/vs985/full_vs985.mk) -# Inherit some common CM stuff. +# Inherit some common Lineage stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) -PRODUCT_NAME := cm_vs985 +PRODUCT_NAME := lineage_vs985 PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_DEVICE="g3" \ |
