aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidProducts.mk8
-rw-r--r--aicp.dependencies7
-rw-r--r--aicp_natrium.mk (renamed from lineage_natrium.mk)6
-rw-r--r--device.mk2
-rw-r--r--lineage.dependencies6
5 files changed, 15 insertions, 14 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index b2d9ce7..359dddf 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -14,9 +14,9 @@
# limitations under the License.
PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/lineage_natrium.mk
+ $(LOCAL_DIR)/aicp_natrium.mk
COMMON_LUNCH_CHOICES := \
- lineage_natrium-user \
- lineage_natrium-userdebug \
- lineage_natrium-eng
+ aicp_natrium-user \
+ aicp_natrium-userdebug \
+ aicp_natrium-eng
diff --git a/aicp.dependencies b/aicp.dependencies
new file mode 100644
index 0000000..e827012
--- /dev/null
+++ b/aicp.dependencies
@@ -0,0 +1,7 @@
+[
+ {
+ "repository": "AICP/device_xiaomi_msm8996-common",
+ "target_path": "device/xiaomi/msm8996-common",
+ "branch": "r11.0"
+ }
+]
diff --git a/lineage_natrium.mk b/aicp_natrium.mk
index 1524624..4be3f0e 100644
--- a/lineage_natrium.mk
+++ b/aicp_natrium.mk
@@ -21,11 +21,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from natrium device
$(call inherit-product, device/xiaomi/natrium/device.mk)
-# Inherit some common Lineage stuff.
-$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
+# Inherit some common AICP stuff.
+$(call inherit-product, vendor/aicp/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions
-PRODUCT_NAME := lineage_natrium
+PRODUCT_NAME := aicp_natrium
PRODUCT_DEVICE := natrium
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := MI 5s Plus
diff --git a/device.mk b/device.mk
index f8f5696..568fcd8 100644
--- a/device.mk
+++ b/device.mk
@@ -25,7 +25,7 @@ DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
-PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
+#PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
$(LOCAL_PATH)/overlay-lineage/lineage-sdk
# Permissions
diff --git a/lineage.dependencies b/lineage.dependencies
deleted file mode 100644
index a942baa..0000000
--- a/lineage.dependencies
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "repository": "android_device_xiaomi_msm8996-common",
- "target_path": "device/xiaomi/msm8996-common"
- }
-]