Skip to content
Snippets Groups Projects
Commit b943390a authored by LMO GerritBot's avatar LMO GerritBot
Browse files

Adapt to LMODroid by device-add script

parent 41d4ea3a
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/hidl/compatibility_matrix.xml
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
$(COMMON_PATH)/hidl/vendor_framework_compatibility_matrix.xml \
$(COMMON_PATH)/hidl/xiaomi_framework_compatibility_matrix.xml \
vendor/lineage/config/device_framework_matrix.xml
vendor/lmodroid/config/device_framework_matrix.xml
DEVICE_MANIFEST_FILE := \
$(COMMON_PATH)/hidl/manifest_lahaina.xml \
......@@ -123,7 +123,7 @@ BOARD_USERDATAIMAGE_FILE_SYSTEM_TYPE := f2fs
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_VENDOR_DLKMIMAGE_FILE_SYSTEM_TYPE := ext4
-include vendor/lineage/config/BoardConfigReservedSize.mk
-include vendor/lmodroid/config/BoardConfigReservedSize.mk
BOARD_SYSTEM_EXTIMAGE_PARTITION_RESERVED_SIZE := 104857600
BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE := 104857600
......
......@@ -378,7 +378,7 @@ PRODUCT_COPY_FILES += \
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
$(LOCAL_PATH)/overlay-lmodroid
PRODUCT_ENFORCE_RRO_TARGETS := *
......
[
{
"remote": "lineage",
"repository": "android_kernel_xiaomi_sm8350",
"target_path": "kernel/xiaomi/sm8350"
},
{
"remote": "lineage",
"repository": "android_hardware_xiaomi",
"target_path": "hardware/xiaomi"
}
]
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment