brodybits commented on issue #550: Fix for old plugins with non-Java sources 
(GH-547)
URL: https://github.com/apache/cordova-android/pull/550#issuecomment-438665079
 
 
   > [...] it also has `.h` and `.c` files that are treated as `.java` files.
   > They were `src/c/common/mylib/parts` and he updated them to 
`app/src/main/java/c/common/mylib`
   > 
   > We could add those two extensions in the .java check.
   
   I would not favor making a special case for these files. Right now 
cordova-android knows nothing about these files by itself and I think we should 
keep it that way. If a plugin wants to put these files in a special location I 
think it should specify the full prefix starting with `app`. I will add them to 
the unit test, though.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to