PRODUCT_PACKAGES +=
app
libc++_shared
libddy
libdst
#end
PRODUCT_BOOT_JARS +=
libddy
libdst
#end
LOCAL_JAVA_LIBRARIES := core-oj core-libart framework
android10平台 加载模块 jar报错
internal error: failed to find dex jar path for module “libd-dy”
Android10 以后编译中间件jar 引入PRODUCT_BOOT_JARS 标签,需要 Android.bp
参考
http://qiushao.net/2020/05/23/Android%E7%B3%BB%E7%BB%9F%E5%BC%80%E5%8F%91%E5%85%A5%E9%97%A8/16-Android-add-bootjar/index.html
https://blog.youkuaiyun.com/csusunxgg/article/details/110475802