diff options
| author | Joey Rizzoli <joey@lineageos.it> | 2017-01-02 14:42:31 +0100 |
|---|---|---|
| committer | Joey Rizzoli <joey@lineageos.it> | 2017-01-02 20:36:41 +0100 |
| commit | 7e1aab2a1dbcc18aa73a35054f77ce30707642b0 (patch) | |
| tree | 49896823507f803e07f5ac6a66bc58ed66247a23 | |
| parent | 4a21ec0767da2cd9fcf963e07fb932048ede9bf9 (diff) | |
cancro: rebrand to lineage
Change-Id: I977cf1994087cda5337653fcd8f0cc1286e8761d
Signed-off-by: Joey Rizzoli <joey@lineageos.it>
| -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) | 5 |
3 files changed, 5 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 3b54a2b..5dd760b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,6 @@ # # Copyright (C) 2015 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. @@ -52,7 +53,7 @@ BOARD_KERNEL_PAGESIZE := 2048 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 TARGET_KERNEL_SOURCE := kernel/xiaomi/cancro TARGET_KERNEL_ARCH := arm -TARGET_KERNEL_CONFIG := cyanogen_cancro_defconfig +TARGET_KERNEL_CONFIG := lineageos_cancro_defconfig TARGET_KERNEL_CROSS_COMPILE_PREFIX := arm-linux-androideabi- BOARD_DTBTOOL_ARGS := -2 diff --git a/cm.dependencies b/lineage.dependencies index 457b4e3..457b4e3 100644 --- a/cm.dependencies +++ b/lineage.dependencies @@ -1,4 +1,5 @@ # 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. @@ -19,13 +20,13 @@ TARGET_SCREEN_WIDTH := 1080 # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -# Inherit some common CM stuff. +# Inherit some common lineage stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) # Inherit from cancro device $(call inherit-product, device/xiaomi/cancro/cancro.mk) -PRODUCT_NAME := cm_cancro +PRODUCT_NAME := lineage_cancro PRODUCT_DEVICE := cancro PRODUCT_BRAND := Xiaomi PRODUCT_MANUFACTURER := Xiaomi |
