Thank you for the response Dan,
I already have 'jni_libs:[...]' property set to native lib in 'android_app', but still shared lib is generated
i set the property `use_embedded_native_libs: true` as well, along with native jni lib, it also embeds other native libraries which actually increased the APK size
is there a way where i can only embed the my jni lib and discard other libraries. (Also, any 'genrule' possible to access the library output path 'out/product/....so' and include it as cc_prebuilt_library_shared)
Can you please elaborate more on below point, what is platform-only library here.
My native jni lib is actually dependent on other system shared libraries
"If you specify `jni_libs` of platform-only libraries, those will be copied into your APK, not shared with the system."
Regards,
Madhusudan