Merge "Create firmware and persist in GSI for arm_ab"
am: 19db058484
Change-Id: I38a60d919880a2b7ca9f1544d02efd0dcd610203
This commit is contained in:
commit
308fbbdb54
1 changed files with 8 additions and 0 deletions
|
@ -28,3 +28,11 @@ TARGET_CPU_VARIANT := generic
|
||||||
# Enable A/B update
|
# Enable A/B update
|
||||||
TARGET_NO_RECOVERY := true
|
TARGET_NO_RECOVERY := true
|
||||||
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
|
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
|
||||||
|
|
||||||
|
# TODO(jiyong) These might be SoC specific.
|
||||||
|
BOARD_ROOT_EXTRA_FOLDERS += firmware firmware/radio persist
|
||||||
|
BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue