aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2019-02-01 23:21:22 +0100
committerDavide Garberi <dade.garberi@gmail.com>2019-02-06 13:56:15 +0100
commitc87afe42f62abd7667b7a721f19e9acbf1e83fd2 (patch)
tree13e8156c48b28e826f5c7a94c310b9dd5205c56e /Android.mk
parent4fea6e863c0a050e032496fcdcb43215f71e7fe3 (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 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
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)"