forked from openkylin/platform_build
Merge "Add /persist symlink to mainline_arm64" am: 0b6de0b173
am: 0a856c6682
Change-Id: I067bfad7384cb6ea12cf1ff79049997c2debdb01
This commit is contained in:
commit
bf2bb0ae49
|
@ -26,6 +26,11 @@ TARGET_2ND_CPU_VARIANT := generic
|
|||
|
||||
include build/make/target/board/BoardConfigMainlineCommon.mk
|
||||
|
||||
# TODO(b/143732851): Remove this after replacing /persit with
|
||||
# /mnt/vendor/persist
|
||||
BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist
|
||||
BOARD_SEPOLICY_DIRS += build/make/target/board/mainline_arm64/sepolicy
|
||||
|
||||
TARGET_NO_KERNEL := true
|
||||
|
||||
# Build generic A/B format system-only OTA.
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
alanstokes@google.com
|
||||
bowgotsai@google.com
|
||||
jbires@google.com
|
||||
jeffv@google.com
|
||||
jgalenson@google.com
|
||||
sspatil@google.com
|
||||
tomcherry@google.com
|
||||
trong@google.com
|
|
@ -0,0 +1,3 @@
|
|||
# TODO(b/143732851): remove this file when the mainline system image
|
||||
# no longer need these SoC specific directory
|
||||
type persist_file, file_type;
|
|
@ -0,0 +1,5 @@
|
|||
# TODO(b/143732851): remove this file when the mainline system image
|
||||
# no longer need these SoC specific directory
|
||||
|
||||
# /persist
|
||||
/persist(/.*)? u:object_r:persist_file:s0
|
Loading…
Reference in New Issue