diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-02-01 23:21:22 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-02-06 13:56:15 +0100 |
commit | c87afe42f62abd7667b7a721f19e9acbf1e83fd2 (patch) | |
tree | 13e8156c48b28e826f5c7a94c310b9dd5205c56e /BoardConfigCommon.mk | |
parent | 4fea6e863c0a050e032496fcdcb43215f71e7fe3 (diff) |
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 <dade.garberi@gmail.com>
Change-Id: I9c9f89d37f3767f55346dccdfb9362025d478028
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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 |