Currently, the AndroidManifest.xml the Android library is completely ignored when creating an application using this library. The only aapt tool aapt is the package attribute (to generate the R-class into the correct package).
This may be changed in future releases. But I would say that you should still keep your version control. This is good practice (even if build tools ignore it).
source share