audio_hal: fix Roku hal_audio_service compile error [1/2]
PD#SWPL-36186
Problem:
Roku hal_audio_service compile error
Solution:
fix compiling
Verify:
tm2-ab311
Change-Id: I037fb1e039218584404900d5c11104072148b460
Signed-off-by: cheng tong <cheng.tong@amlogic.com>
diff --git a/Makefile b/Makefile
index d985542..df7dfc4 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,7 @@
install -m 644 -D include/audio_if_client.h -t $(STAGING_DIR)/usr/include
install -m 644 -D include/audio_if.h -t $(STAGING_DIR)/usr/include
install -m 644 -D include/audio_effect_if.h -t $(STAGING_DIR)/usr/include
+ install -m 644 -D include/audio_effect_params.h -t $(STAGING_DIR)/usr/include
for f in $(@D)/include/hardware/*.h; do \
install -m 644 -D $${f} -t $(STAGING_DIR)/usr/include/hardware; \
done
@@ -151,4 +152,5 @@
rm -f $(STAGING_DIR)/usr/lib/libaudio_client.so
rm -f $(STAGING_DIR)/usr/include/audio_if_client.h
rm -f $(STAGING_DIR)/usr/include/audio_effect_if.h
+ rm -f $(STAGING_DIR)/usr/include/audio_effect_params.h