Xu Deheng
2018-07-28 10:33:57 UTC
My dev environment:
gradle plugin: com.android.tools.build:gradle:3.1.3
ndk-sdk: android-ndk-r13b
OS : macOS 10.13.6
AS: 3.1.3
My project archetecture:
Project:
app
|------ndka
|-------- ndkb
|----src
|-----main
|-------jniLibs
|---armeabi
|-------libopenssl.so
Module relationship :
app -> ndka (jni) -> ndkb (pure c/c++)
After building , there are no libopenssl.so in APK. But so lib files in ndka/src/main/jniLibs all be there.
Now, I add ndkb/src/main/jniLibs to ndkb build.gradle files in `sourceSets.main.jniLibs` .
But I think it's not elegant.
Anybody get a better idea for this?? Show it to me, plz.
gradle plugin: com.android.tools.build:gradle:3.1.3
ndk-sdk: android-ndk-r13b
OS : macOS 10.13.6
AS: 3.1.3
My project archetecture:
Project:
app
|------ndka
|-------- ndkb
|----src
|-----main
|-------jniLibs
|---armeabi
|-------libopenssl.so
Module relationship :
app -> ndka (jni) -> ndkb (pure c/c++)
After building , there are no libopenssl.so in APK. But so lib files in ndka/src/main/jniLibs all be there.
Now, I add ndkb/src/main/jniLibs to ndkb build.gradle files in `sourceSets.main.jniLibs` .
But I think it's not elegant.
Anybody get a better idea for this?? Show it to me, plz.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/a3a5583e-b70f-49f5-bcca-e51993b9e996%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/a3a5583e-b70f-49f5-bcca-e51993b9e996%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.