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

Commit ed577326 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '4033-a16-emu_arm64' into 'a16'

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

See merge request !240
parents 1785e89e 506f2829
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 \