diff options
| author | 2019-08-20 19:49:12 +0900 | |
|---|---|---|
| committer | 2019-08-20 14:26:11 +0000 | |
| commit | 9478f66632e333622559e90a34924f4c0afb97cc (patch) | |
| tree | 88a3f7115c943225589b0ac7c6d0bd132ea432a1 | |
| parent | f51a70b009b3557b173e804f0da377f2aa5417c9 (diff) | |
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
| -rw-r--r-- | target/board/BoardConfigMainlineCommon.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/board/BoardConfigMainlineCommon.mk b/target/board/BoardConfigMainlineCommon.mk index 70cfe39117..ff6defdb33 100644 --- a/target/board/BoardConfigMainlineCommon.mk +++ b/target/board/BoardConfigMainlineCommon.mk @@ -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. |