audio: add cs35l41 calibration tool into vendor/bin

Bug: 140706091
Test: build pass

Change-Id: I4e7aae5cb35e7cc6f5bdfa10d848ead5b13eb6f8
Signed-off-by: juyuchen <juyuchen@google.com>
diff --git a/device-redfin.mk b/device-redfin.mk
index f2d2c43..f8a7df5 100644
--- a/device-redfin.mk
+++ b/device-redfin.mk
@@ -74,6 +74,10 @@
     $(LOCAL_PATH)/audio/cs35l41/cs35l41-dsp1-spk-prot.wmfw:$(TARGET_COPY_OUT_VENDOR)/firmware/cs35l41-dsp1-spk-prot.wmfw \
     $(LOCAL_PATH)/audio/cs35l41/R-cs35l41-dsp1-spk-prot.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/R-cs35l41-dsp1-spk-prot.bin
 
+# Audio CS35L41 speaker calibration tool
+PRODUCT_PACKAGES += \
+    crus_sp_cal
+
 ifeq ($(wildcard vendor/google_devices/redfin/proprietary/device-vendor-redfin.mk),)
     BUILD_WITHOUT_VENDOR := true
 endif