I trying to bind an .aar library that depends on other .aar library. In the ".jar" world, I would set the library I want to create the binding as "InputJar" and the dependencies as "ReferenceJar".
In ".aar", the equivalent for "InputJar" is "LibraryProjectZip", but... what would be the equivalent for "ReferenceJar"? EmbeddedNativeLibrary? Or "LibraryProjectProperties"?
Thanks!
The answer seems to be explain Here, the settings describe inside works for me.
the
.aarfile require a build action set toLibraryProjectZip