diff options
| author | TheStrix <parthbhatia98@gmail.com> | 2017-01-03 13:17:02 +0530 |
|---|---|---|
| committer | TheStrix <parthbhatia98@gmail.com> | 2017-01-03 13:17:02 +0530 |
| commit | be6e50981d614d8f19567502ddbad6d93de5dd43 (patch) | |
| tree | 72315a40ded7f946b43b3e95fc42597af33dd7d8 | |
| parent | 5172d829f694389855e6d6fc29358151aa7f2dfb (diff) | |
kenzo: Rebrand to LineageOS
* All hail LineageOS!
Change-Id: I0f1de4d5761a4b8b21151f83862b09c97a96d923
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | lineage.dependencies (renamed from cm.dependencies) | 0 | ||||
| -rw-r--r-- | lineage.mk (renamed from cm.mk) | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 70b2ca4..cab1f6d 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. @@ -29,7 +30,7 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2684354560 BOARD_USERDATAIMAGE_PARTITION_SIZE := 26838785024 # 26838801408 - 16384 # Kernel -TARGET_KERNEL_CONFIG := cyanogenmod_kenzo_defconfig +TARGET_KERNEL_CONFIG := lineageos_kenzo_defconfig # Properties TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop diff --git a/cm.dependencies b/lineage.dependencies index fb01359..fb01359 100644 --- a/cm.dependencies +++ b/lineage.dependencies @@ -1,5 +1,6 @@ # # Copyright 2016 The CyanogenMod Project +# Copyright 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. @@ -23,7 +24,7 @@ $(call inherit-product, vendor/cm/config/common_full_phone.mk) BOARD_VENDOR := Xiaomi PRODUCT_BRAND := Xiaomi PRODUCT_DEVICE := kenzo -PRODUCT_NAME := cm_kenzo +PRODUCT_NAME := lineage_kenzo PRODUCT_MANUFACTURER := Xiaomi PRODUCT_MODEL := Redmi Note 3 TARGET_VENDOR := Xiaomi |
