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)
commitbc4b026621340d4f817c7553cc947fda819c9a5b
tree17707064677648248e42c02c6c7681a6285b8096
parent69e138ba95a2fe310b94a0f3db03533a3f02ec13
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.
tools/scripts/build.template