aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aicp.dependencies17
-rw-r--r--aicp.mk (renamed from cardinal.mk)11
-rw-r--r--cardinal.dependencies6
3 files changed, 24 insertions, 10 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
new file mode 100644
index 0000000..6d7b6a9
--- /dev/null
+++ b/aicp.dependencies
@@ -0,0 +1,17 @@
+[
+ {
+ "repository": "AICP/device_xiaomi_msm8956-common",
+ "target_path": "device/xiaomi/msm8956-common",
+ "branch": "o8.1"
+ },
+ {
+ "repository": "dragonGR/IceColdKernel",
+ "target_path": "kernel/xiaomi/msm8956",
+ "branch": "o8.1-rom"
+ },
+ {
+ "repository": "dragonGR/proprietary_vendor_xiaomi",
+ "target_path": "vendor/xiaomi",
+ "branch": "o8.1"
+ }
+]
diff --git a/cardinal.mk b/aicp.mk
index a1ec100..b314616 100644
--- a/cardinal.mk
+++ b/aicp.mk
@@ -1,7 +1,6 @@
#
# 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.
@@ -18,14 +17,14 @@
$(call inherit-product, device/xiaomi/kenzo/full_kenzo.mk)
-# Inherit some common Cardinal-AOSP stuff.
-$(call inherit-product, vendor/cardinal/common.mk)
+# Inherit some common AICP stuff.
+$(call inherit-product, vendor/aicp/config/common_full_phone.mk)
# Set those variables here to overwrite the inherited values.
BOARD_VENDOR := Xiaomi
PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := kenzo
-PRODUCT_NAME := cardinal_kenzo
+PRODUCT_NAME := aicp_kenzo
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := Redmi Note 3
TARGET_VENDOR := Xiaomi
@@ -38,3 +37,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT=Xiaomi/kenzo/kenzo:6.0.1/MMB29M/V8.2.1.0.MHOCNDL:user/release-keys \
PRIVATE_BUILD_DESC="kenzo-user 6.0.1 MMB29M V8.2.1.0.MHOCNDL release-keys"
endif
+
+# AICP Device Maintainers
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ DEVICE_MAINTAINERS="Alex T. (GreekDragon)"
diff --git a/cardinal.dependencies b/cardinal.dependencies
deleted file mode 100644
index 4637f96..0000000
--- a/cardinal.dependencies
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "repository": "device_xiaomi_msm8956-common",
- "target_path": "device/xiaomi/msm8956-common"
- }
-]