Skip to content

Commit

Permalink
Resolve android cross compilation dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ekansh Gupta <quic_ekangupt@quicinc.com>
  • Loading branch information
quic-ekangupt authored and quic-bkumar committed May 29, 2024
1 parent cdc18c9 commit 088a459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ LIBDEFAULT_LISTENER_SOURCES = \
std_mem.c

if ANDROID_CC
USE_LOG = -llog
USE_LOG = -llog
endif

ADSP_CFLAGS = $(LIBDSPRPC_CFLAGS) -DDEFAULT_DOMAIN_ID=0
Expand Down

0 comments on commit 088a459

Please sign in to comment.