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).

halfer
  • 19,824
  • 17
  • 99
  • 186
user3243499
  • 2,953
  • 6
  • 33
  • 75
  • 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