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 --- Android.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index d87d5fe..c7cd5e5 100644 --- a/Android.mk +++ b/Android.mk @@ -41,10 +41,16 @@ DSP_MOUNT_POINT := $(TARGET_OUT_VENDOR)/dsp $(FIRMWARE_MOUNT_POINT): @echo "Creating $(FIRMWARE_MOUNT_POINT)" @mkdir -p $(TARGET_OUT_VENDOR)/firmware_mnt +ifneq ($(TARGET_MOUNT_POINTS_SYMLINKS),false) + @ln -sf /vendor/firmware_mnt $(TARGET_OUT_VENDOR)/f +endif $(BT_FIRMWARE_MOUNT_POINT): @echo "Creating $(BT_FIRMWARE_MOUNT_POINT)" @mkdir -p $(TARGET_OUT_VENDOR)/bt_firmware +ifneq ($(TARGET_MOUNT_POINTS_SYMLINKS),false) + @ln -sf /vendor/bt_firmware $(TARGET_OUT_VENDOR)/btfw +endif $(DSP_MOUNT_POINT): @echo "Creating $(DSP_MOUNT_POINT)" -- cgit v1.2.3