aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2018-10-19 17:22:03 -0500
committerGerrit Code Review2018-10-19 17:22:03 -0500
commit17c9e2a2960e8ef054593284c879d5a8d1d03fcf (patch)
tree5741bd6c389ef4c5a3b2f84e56657204e616f305 /target/board
parent0f693d3f25cf9323a9cf8ceb238d5a3c2e663f23 (diff)
parent11892a4b9aa50a79803082ba2aa3bdf54b925681 (diff)
downloadplatform-build-17c9e2a2960e8ef054593284c879d5a8d1d03fcf.tar.gz
platform-build-17c9e2a2960e8ef054593284c879d5a8d1d03fcf.tar.xz
platform-build-17c9e2a2960e8ef054593284c879d5a8d1d03fcf.zip
Merge "Workaround Legancy GSI for some Wifi firmware"
Diffstat (limited to 'target/board')
-rw-r--r--target/board/generic_arm64/BoardConfig.mk2
-rw-r--r--target/board/generic_arm64_ab/BoardConfig.mk4
-rw-r--r--target/board/generic_arm_ab/BoardConfig.mk4
3 files changed, 7 insertions, 3 deletions
diff --git a/target/board/generic_arm64/BoardConfig.mk b/target/board/generic_arm64/BoardConfig.mk
index 25e51ba26..1b6429c31 100644
--- a/target/board/generic_arm64/BoardConfig.mk
+++ b/target/board/generic_arm64/BoardConfig.mk
@@ -61,7 +61,7 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
61# cleaned up all device specific directories under root! 61# cleaned up all device specific directories under root!
62 62
63# TODO(b/111434759, b/111287060) SoC specific hacks 63# TODO(b/111434759, b/111287060) SoC specific hacks
64BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp 64BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp
65BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist 65BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist
66BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt:/firmware 66BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt:/firmware
67 67
diff --git a/target/board/generic_arm64_ab/BoardConfig.mk b/target/board/generic_arm64_ab/BoardConfig.mk
index fc6b58284..88b90a8fb 100644
--- a/target/board/generic_arm64_ab/BoardConfig.mk
+++ b/target/board/generic_arm64_ab/BoardConfig.mk
@@ -34,7 +34,9 @@ BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
34 34
35# TODO(jiyong) These might be SoC specific. 35# TODO(jiyong) These might be SoC specific.
36BOARD_ROOT_EXTRA_FOLDERS += firmware firmware/radio persist 36BOARD_ROOT_EXTRA_FOLDERS += firmware firmware/radio persist
37BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp 37BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp
38BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt/image:/firmware/image
39BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt/verinfo:/firmware/verinfo
38 40
39# Set this to create /cache mount point for non-A/B devices that mounts /cache. 41# Set this to create /cache mount point for non-A/B devices that mounts /cache.
40# The partition size doesn't matter, just to make build pass. 42# The partition size doesn't matter, just to make build pass.
diff --git a/target/board/generic_arm_ab/BoardConfig.mk b/target/board/generic_arm_ab/BoardConfig.mk
index 7d9ea9c0e..3d1484290 100644
--- a/target/board/generic_arm_ab/BoardConfig.mk
+++ b/target/board/generic_arm_ab/BoardConfig.mk
@@ -28,7 +28,9 @@ BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
28 28
29# TODO(jiyong) These might be SoC specific. 29# TODO(jiyong) These might be SoC specific.
30BOARD_ROOT_EXTRA_FOLDERS += firmware firmware/radio persist 30BOARD_ROOT_EXTRA_FOLDERS += firmware firmware/radio persist
31BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp 31BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp
32BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt/image:/firmware/image
33BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt/verinfo:/firmware/verinfo
32 34
33# Set this to create /cache mount point for non-A/B devices that mounts /cache. 35# Set this to create /cache mount point for non-A/B devices that mounts /cache.
34# The partition size doesn't matter, just to make build pass. 36# The partition size doesn't matter, just to make build pass.