When I create a new project in Delphi Sydney, I have in deployment (android64/release) the files
$(BDS)\lib\android\debug\armeabi\libnative-activity.so
$(BDS)\lib\android\debug\mips\libnative-activity.so
$(BDS)\lib\android\debug\armeabi-v7a\libnative-activity.so
I not understand why I need to deploy "debug" version of libraries in "release"? Is it a bug?
also what the exact purpose of those files (especially $(BDS)\lib\android\debug\armeabi-v7a\libnative-activity.so)? are they mandatory?