I think we do ship the native tests. The problem with the native tests is that they're unique to Android and don't have a home elsewhere. I would prefer not shipping them, but that means we have to create a new repository.
On Thu, Sep 4, 2014 at 10:41 AM, Josh Soref <jso...@blackberry.com> wrote: > Joe Bowser wrote: > > >So, should we also fix this before the release? I'm thinking we probably > >should: > > > >https://issues.apache.org/jira/browse/CB-7463 > > > >I've fixed it on master, so we could just cherry-pick it into Android. > > I'm assuming that you aren't shipping the tests. > > $ find . -name '*gradle*' > ./platforms/android/build.gradle > ./platforms/android/CordovaLib/build.gradle > ./platforms/android/settings.gradle > > It looks like you need to license both settings and build.. > > http://www.gradle.org/docs/current/userguide/working_with_files.html > > Seems to indicate `//` is a comment. > >