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

2019-07-25 Thread FlamurBerisha
Do we have another solution for this! On Tuesday, July 23, 2019 at 6:14:15 PM UTC+2, FlamurBerisha wrote: > > Hello and thank you for your reply. I tried `mmma` and `m libdump` they > still not compile with the same error, I added the LOCAL_SDK_VERSION to the > libdump_android_static module

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

2019-07-23 Thread FlamurBerisha
Hello and thank you for your reply. I tried `mmma` and `m libdump` they still not compile with the same error, I added the LOCAL_SDK_VERSION to the libdump_android_static module and tried `m libdump_android_static` and it succeeds! - Flamur On Monday, July 22, 2019 at 5:37:14 PM UTC+2, Dan

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