OSDN Git Service

Changed srcdir="." to srcdir="${srcdir}" in scripts/build.template
authorMuthu Ramadoss <muthu.ramadoss@gmail.com>
Tue, 11 Nov 2008 05:29:24 +0000 (10:59 +0530)
committerMuthu Ramadoss <muthu.ramadoss@gmail.com>
Tue, 11 Nov 2008 05:29:24 +0000 (10:59 +0530)
commitec0d0acf41f497e3f202833679e5df1669320a26
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent5ffb4f586be96c8423b6233fe615c76111279a31
Changed srcdir="." to srcdir="${srcdir}" in scripts/build.template

This change makes sure the srcdir is pointing to only the java source folder and not recursively compile all source folders under the current folder. This is useful in having multiple java source folders for main, tests etc., Only the compile target is being affected by this change.

NOTE: Now you can have project/tests and work with tests as a separate android project, only for testing. In any case pointing to source explicitly makes sure no side affects arise by recursive compiling.