diff --git a/AndroidProducts.mk b/AndroidProducts.mk index de5c9fb..9537871 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -5,9 +5,9 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_miatoll.mk + $(LOCAL_DIR)/aosp_miatoll.mk COMMON_LUNCH_CHOICES := \ - lineage_miatoll-user \ - lineage_miatoll-userdebug \ - lineage_miatoll-eng + aosp_miatoll-user \ + aosp_miatoll-userdebug \ + aosp_miatoll-eng diff --git a/aosp.dependencies b/aosp.dependencies new file mode 100644 index 0000000..a444c0a --- /dev/null +++ b/aosp.dependencies @@ -0,0 +1,11 @@ +[ + { + "repository": "device_xiaomi_sm6250-common", + "target_path": "device/xiaomi/sm6250-common" + }, + { + "repository": "vendor_xiaomi_miatoll", + "target_path": "vendor/xiaomi/miatoll", + "remote": "pixel-devices-blobs" + } +] diff --git a/lineage_miatoll.mk b/aosp_miatoll.mk similarity index 78% rename from lineage_miatoll.mk rename to aosp_miatoll.mk index 1074ac2..01b2da2 100644 --- a/lineage_miatoll.mk +++ b/aosp_miatoll.mk @@ -8,13 +8,16 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -# Inherit some common Lineage stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +# Inherit some common Pixel Experience stuff. +$(call inherit-product, vendor/aosp/config/common_full_phone.mk) # Inherit from miatoll device $(call inherit-product, device/xiaomi/miatoll/device.mk) -PRODUCT_NAME := lineage_miatoll +TARGET_BOOT_ANIMATION_RES := 1080 +TARGET_GAPPS_ARCH := arm64 + +PRODUCT_NAME := aosp_miatoll PRODUCT_DEVICE := miatoll PRODUCT_MANUFACTURER := Xiaomi PRODUCT_BRAND := Redmi diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index b58db2e..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "repository": "android_device_xiaomi_sm6250-common", - "target_path": "device/xiaomi/sm6250-common" - } -]