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

Commit 9478f666 authored by Jeongik Cha's avatar Jeongik Cha
Browse files

Turn on BOARD_USES_METADATA_PARTITION in mainline

All the targets that inherit mainline seem to use metadata_partition,
So turn on BOARD_USES_METADATA_PARTITION

Bug: 137920314
Bug: 139731063
Test: m && check if there is /metadata
Change-Id: I17cfb5faf76a3c3d6ce1be594274ea58ebc1d1ae
parent f51a70b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ TARGET_COPY_OUT_SYSTEM_EXT := system_ext
TARGET_COPY_OUT_VENDOR := vendor
TARGET_COPY_OUT_PRODUCT := product

# Creates metadata partition mount point under root for
# the devices with metadata parition
BOARD_USES_METADATA_PARTITION := true

BOARD_VNDK_VERSION := current

# Required flag for non-64 bit devices from P.