aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2018-11-10 16:52:07 +0000
committerTingyiChen <tingyi364@gmail.com>2019-08-13 11:52:50 +0200
commitd8899fc8a6ea5aa8b9126a4c191fbd9e289f7644 (patch)
tree18456cf44077ec3ea4906b8b469eb55bafcb99b3 /BoardConfigCommon.mk
parentedf6b1d8bff72cd64b15eb522368b690a2500345 (diff)
wayne-common: Use build system to create mount point symlinks
Change-Id: I2672d6cd1b644c7ba9068a563755de6fde27bc57
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 43c0298..0b25296 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -209,6 +209,11 @@ BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_EXFAT_DRIVER := exfat
+BOARD_ROOT_EXTRA_SYMLINKS := \
+ /vendor/dsp:/dsp \
+ /vendor/firmware_mnt:/firmware \
+ /vendor/bt_firmware:/bt_firmware
+
TARGET_COPY_OUT_VENDOR := vendor
TARGET_USERIMAGES_USE_EXT4 := true