Skip to content

Commit

Permalink
oscaro: Correct super and dynamic partition sizes
Browse files Browse the repository at this point in the history
Change-Id: Ibafb8c728d97057ac431288d31d79a7e44dc6770
  • Loading branch information
Vivekachooz committed Nov 10, 2024
1 parent 85ee0d0 commit 23504c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
DEVICE_PATH := device/oneplus/oscaro

# Partitions
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 12880707584
BOARD_SUPER_PARTITION_SIZE := 12884901888
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 11186208768
BOARD_SUPER_PARTITION_SIZE := 11190403072

# Inherit the proprietary files
-include vendor/oneplus/oscaro/BoardConfigVendor.mk

0 comments on commit 23504c7

Please sign in to comment.