kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.13k stars 619 forks source link

有一些aidl的文件也需要打包到aar里面有什么办法吗?感谢大大 #262

Open kirin233x opened 3 years ago

kirin233x commented 3 years ago

Describe the issue A clear and detailed description of what the issue is.

Build Environment

kezong commented 3 years ago

什么场景还需要.aidl源文件? aidl文件不都自动编译成.class文件合入到classes.jar里了吗?

kirin233x commented 3 years ago

因为正常的aar,如果用gradle来编译的话是包含aidl的文件夹的。所以对比fat-aar觉得这块比较奇怪。