Re: [android-building] AOSP 7.1 failing to create a module with a prebuilt static library in system build.

2019-07-22 Thread 'Dan Willemsen' via Android Building
Use `mmma` or `m libdump` instead of `mmm`, at least once. I suspect that will fix it up. Note that to be correct, you need to specify LOCAL_SDK_VERSION := , since you compiled with the NDK. - Dan On Mon, Jul 22, 2019 at 6:11 AM FlamurBerisha wrote: > Hello everyone, thanks for helping. > > I

[android-building] AOSP 7.1 failing to create a module with a prebuilt static library in system build.

2019-07-22 Thread FlamurBerisha
Hello everyone, thanks for helping. I have an prebuilt static library builted with ndk toolchain for cmake. My lib is a simply a c++ class that says hello world on its constructor. Command which I invoke the cmake is : "cmake