In the spirit of re-using code, I\'m trying to create a few library projects. However, I seem to run into a problem defining .aidl files that span the libraries. Here is t
I have it working, but I'm not happy with the solution. In lib B, I had to add a com.example.library.A package and copy the Foo.aidl file into it.