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

Commit eee6e391 authored by SzuWei Lin's avatar SzuWei Lin
Browse files

Add metadata/ to aosp_arm64 temporarily

FBE needs metadata/ under root folder. Adds metadata to
root folder before it has a final solution.

Bug: 79572884
Test: Boot on some pixel devices + aosp_arm64-userdebug with the patch
Change-Id: I5ef5763b755615dad4c8c711f9c9ef8987d3bb68
parent 4d432b54
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,6 +117,10 @@ BOARD_VNDK_VERSION := current
BOARD_ROOT_EXTRA_FOLDERS += firmware firmware/radio persist
BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp

# TODO(b/79781913): This is a temporary mount pointer for FBE.
#   Will be remove after the FBE change the placement.
BOARD_ROOT_EXTRA_FOLDERS += metadata

# TODO(b/36764215): remove this setting when the generic system image
# no longer has QCOM-specific directories under /.
BOARD_SEPOLICY_DIRS += build/target/board/generic_arm64_ab/sepolicy
+4 −0
Original line number Diff line number Diff line
@@ -10,3 +10,7 @@

# files in firmware
/firmware(/.*)?         u:object_r:firmware_file:s0

# TODO(b/79781913): This is a temporary mount pointer for FBE.
#   Will be remove after the FBE change the placement.
/metadata(/.*)?         u:object_r:metadata_file:s0