I am integrating custom codec to libstagefright
in android source code. I completed successfully whatever explained by
Custom Wrapper Codec Integration into Android
but I found problem like I have .s
file in my custom codec.
I am following the LOCAL_CFLAGS := -DOSCL_EXPORT_REF= -DOSCL_IMPORT_REF=
from this it is not taking the .s
files to build.
I have found several solutions but those are not my answer links are
Android NDK: How to get compiler architecture in Android.mk dynamically
Define a symbol for an assembly (.s) source file in Android.mk?
please help me for this issue
Thanks in Advance.