diff --git a/build/target/product/lineage_sdk_phone_x86_64.mk b/build/target/product/lineage_sdk_phone_x86_64.mk index 29274244..1d0b33f7 100644 --- a/build/target/product/lineage_sdk_phone_x86_64.mk +++ b/build/target/product/lineage_sdk_phone_x86_64.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2023 The LineageOS Project +# Copyright (C) 2021-2024 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,3 +28,7 @@ PRODUCT_MODEL := LineageOS Android SDK built for x86_64 PRODUCT_SDK_ADDON_NAME := lineage PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := $(LOCAL_PATH)/source.properties + +# Increase Partition size: 8G+8M +BOARD_SUPER_PARTITION_SIZE ?= 8598323200 +BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= 8589934592