The situation is such that I have some files that are in different repository than my Android app. I would like to add some of those assets to my apk's assets folder during the build by providing a build script with paths to those files. Also I would not want my repository to be modified.
Is it possible to do that with Ant?