All Questions
Tagged with android.mk linker
3 questions
0
votes
0
answers
382
views
using prebuilt static/shared libs for my executable: Android makefile
seems this questions is asked couple of times and i have visited all of them and it did not help thus posting here..
objective: making executable using prebuilt libraries(static and shared) staying ...
2
votes
1
answer
815
views
AOSP - error: undefined reference to <function-name> during build
I need another person with good eyes to tell me what I am doing wrong here.
I've had to upgrade the U-boot bootloader on my devices, and naturally I've had to make things fit again. But currently I ...
1
vote
0
answers
102
views
Android NDK: Directive not visible to includes of static library
I simply want use a static library for an NDK project. The library works with build systems like automake, but in Android.mk I have a problem with the source files. For some reason, directives don't ...