sanders: mount /fsg in /vendor
Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com> Change-Id: Ic2c617f14bf9d19d00addde04f98076e05728fde
This commit is contained in:
committed by
Jorge Lucas
parent
f0577bb3e9
commit
f9b00b8ad2
@@ -19,8 +19,10 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
FIRMWARE_MOUNT_POINT := $(TARGET_OUT_VENDOR)/firmware_mnt
|
||||
DSP_MOUNT_POINT := $(TARGET_OUT_VENDOR)/dsp
|
||||
FSG_MOUNT_POINT := $(TARGET_OUT_VENDOR)/fsg
|
||||
ALL_DEFAULT_INSTALLED_MODULES += $(FIRMWARE_MOUNT_POINT) \
|
||||
$(DSP_MOUNT_POINT)
|
||||
$(DSP_MOUNT_POINT) \
|
||||
$(FSG_MOUNT_POINT)
|
||||
$(FIRMWARE_MOUNT_POINT):
|
||||
@echo "Creating $(FIRMWARE_MOUNT_POINT)"
|
||||
@mkdir -p $(TARGET_OUT_VENDOR)/firmware_mnt
|
||||
@@ -29,6 +31,10 @@ $(DSP_MOUNT_POINT):
|
||||
@echo "Creating $(DSP_MOUNT_POINT)"
|
||||
@mkdir -p $(TARGET_OUT_VENDOR)/dsp
|
||||
|
||||
$(FSG_MOUNT_POINT):
|
||||
@echo "Creating $(FSG_MOUNT_POINT)"
|
||||
@mkdir -p $(TARGET_OUT_VENDOR)/fsg
|
||||
|
||||
FIRMWARE_ADSP_IMAGES := \
|
||||
adsp.b00 adsp.b01 adsp.b02 adsp.b03 adsp.b04 adsp.b05 adsp.b06 \
|
||||
adsp.b07 adsp.b08 adsp.b09 adsp.b10 adsp.b11 adsp.b12 adsp.b13 \
|
||||
|
||||
Reference in New Issue
Block a user