Optional path, relative to the build's workspace, to an archive with generated .so files. This archive must have the following structure: ${ARCHITECTURE}/*.so
You can include build variables here like ${BUILD_NUMBER} and they'll be expanded at build time.

e.g. "MyApp/build/Beta-android/MyApp-Beta-${BUILD_NUMBER}.zip if your use ${BUILD_NUMBER} as technical version number.

Can use wildcards like 'module/dist/**/*.zip'. See the @includes of Ant fileset for the exact format.