Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e76d9cb authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '4033-a15-emu_arm64' into 'a15'

emulator arm64: update partition size to make it same as x86_64

See merge request !241
parents 6697e3d8 9df89f55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# 2.0G + 8M
BOARD_SUPER_PARTITION_SIZE := 2155872256
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 2147483648
# Increase Partition size: 8G+8M
BOARD_SUPER_PARTITION_SIZE := 8598323200
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 8589934592

PRODUCT_SDK_ADDON_COPY_FILES += \
    device/generic/goldfish/data/etc/advancedFeatures.ini.arm:images/arm64-v8a/advancedFeatures.ini \