From c87afe42f62abd7667b7a721f19e9acbf1e83fd2 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Fri, 1 Feb 2019 23:21:22 +0100 Subject: msm8996-common: Remove rootdir symlinks * It's better to do it this way so that we can remove all the rootdir symlinks, which could be useful in future for system-as-root * Hex edit the blobs to search for the new paths (or either update them from Pie) and symlink them to make the length equal to the old path * Update the two adsp libs from daisy Signed-off-by: Davide Garberi Change-Id: I9c9f89d37f3767f55346dccdfb9362025d478028 Signed-off-by: Davide Garberi --- BoardConfigCommon.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7fd168c..4977751 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -175,10 +175,6 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 58132761600 BOARD_VENDORIMAGE_PARTITION_SIZE := 402653184 BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64) -BOARD_ROOT_EXTRA_SYMLINKS := \ - /vendor/dsp:/dsp \ - /vendor/firmware_mnt:/firmware \ - /vendor/bt_firmware:/bt_firmware TARGET_COPY_OUT_VENDOR := vendor TARGET_USES_MKE2FS := true -- cgit v1.2.3