aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdarsh-MR <adarshmr1998@gmail.com>2017-09-17 06:40:54 +0000
committerAdarsh-MR <adarshmr1998@gmail.com>2017-09-17 06:40:54 +0000
commit68acd40f5cff7e9a44d39b1f39fc2d5cd9fc2d25 (patch)
treefd9870546ea0667c02d019d82835d16bd93bd09b
parentc4911bd67cd3e1e78d5a01a839abe2d16a0c6c3a (diff)
kenzo: Cardinal-fy
Signed-off-by: Adarsh-MR <adarshmr1998@gmail.com>
-rw-r--r--BoardConfig.mk2
-rw-r--r--cardinal.mk (renamed from lineage.mk)7
-rw-r--r--vendorsetup.sh1
3 files changed, 6 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 221a3d7..4cf7d7a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -30,7 +30,7 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2684354560
BOARD_USERDATAIMAGE_PARTITION_SIZE := 26838785024 # 26838801408 - 16384
# Kernel
-TARGET_KERNEL_CONFIG := lineageos_kenzo_defconfig
+TARGET_KERNEL_CONFIG := citrus_kenzo_defconfig
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
diff --git a/lineage.mk b/cardinal.mk
index c4e8d2f..a1ec100 100644
--- a/lineage.mk
+++ b/cardinal.mk
@@ -1,6 +1,7 @@
#
# Copyright 2016 The CyanogenMod Project
# Copyright 2017 The LineageOS Project
+# Copyright 2017 The Cardinal-AOSP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,14 +18,14 @@
$(call inherit-product, device/xiaomi/kenzo/full_kenzo.mk)
-# Inherit some common CM stuff.
-$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
+# Inherit some common Cardinal-AOSP stuff.
+$(call inherit-product, vendor/cardinal/common.mk)
# Set those variables here to overwrite the inherited values.
BOARD_VENDOR := Xiaomi
PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := kenzo
-PRODUCT_NAME := lineage_kenzo
+PRODUCT_NAME := cardinal_kenzo
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := Redmi Note 3
TARGET_VENDOR := Xiaomi
diff --git a/vendorsetup.sh b/vendorsetup.sh
new file mode 100644
index 0000000..bb49e42
--- /dev/null
+++ b/vendorsetup.sh
@@ -0,0 +1 @@
+add_lunch_combo cardinal_kenzo-userdebug \ No newline at end of file