Is there any way to include assembly code into a native library module in android studio.
Since this post says that you can only include *.C, *.CPP, *.c++, *.cc, *.cp, *.cpp, *.cxx files with srcDir i was wondering if there is maybe another solution or workaround to at least compile it with the native library.
I guess i could pre-compile the assembly code and then link it to my native module but with this i would have the problem that i have to rebuild it at every change and then rebuild the project itself which is not really a nice workflow so if you have any nicer ways let me know.