deepmedia / Grease

Fat AARs for Android, to distribute multiple library modules in a single file with no dependencies, with relocation support.
Apache License 2.0
71 stars 1 forks source link

seems not support AIDL yet,does there has any schedule of that? #15

Open maskerliu opened 3 days ago

maskerliu commented 3 days ago

just as title desc,wish to see your roadmap

0xera commented 3 days ago

Hi. Could you tell, please, what behaviour is expected?

By default, aidl files will be compiled in java and will be part of a jar file in aar. So it is supported alreeady

Also raw aidl files is not a part of aar

maskerliu commented 3 days ago

as your said,not the compiled part , just some parcelable class,seem not include in the aar,but in the origin aar,they are included

0xera commented 2 days ago

Here is my example TestAidlGrease.zip

And this is result

Screenshot 2024-10-19 at 10 19 36

@maskerliu, Could you share example project with the problem?

maskerliu commented 1 day ago
B8B075C7-3B9C-4c8e-BF27-788629DEAD52