I am following this guideline to compile a c++ project. It compiles successfully (it shows *[100%] Built target MY_SERVICE). I can also observe that, it generates *.so library files. After defining the output directory i can see a file with MY_SERVICE name without any extension. MY_SERVICE is defined in CMAKELists.txt as below
set(BIN_TARGET MY_SERVICE)
My question is that what is the next step and how i can run it on an android platform.