2

I saw libbinder, liblog, and libutils in Android.mk as follows:

LOCAL_SHARED_LIBRARIES := liblog libutils libbinder

But my project is using CMakeLists.txt for building. How do I add these shared libraries to my CMakeLists.txt?

Also, are these libraries part of Android NDK and I don't actually need to manually add corresponding .so files to my project? (I am new to it so sorry if this is a silly question)

Thanks in advance.

user3243499
  • 2,647
  • 5
  • 30
  • 58
  • 1
    Does this answer your question? [CMake link to external library](https://stackoverflow.com/questions/8774593/cmake-link-to-external-library) – Kevin Sep 03 '20 at 16:21

0 Answers0