Go to file
Colin Cross 3d7678f9d6 Fix java resource globbing
Handle java resource globbing in two passes, the first on the
list of resource dirs to produce a list of directories, and the
second to glob for files inside those directories using **/*.
Fixes incorrect jarSpec dir errors when the resource directories
list contains globs.

Change-Id: Icea5d8178336eb7de4ad91a9acba4822423d9f60
2015-04-29 14:59:23 -07:00
androidmk Support relative_install_path for cc modules 2015-04-21 17:37:37 -07:00
cc cc: make static or shared cflags apply to all source files 2015-04-29 14:59:23 -07:00
cmd Add support for genrule 2015-04-29 14:58:16 -07:00
common Fix globbing bugs 2015-04-29 14:59:23 -07:00
env Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
genrule Add support for genrule 2015-04-29 14:58:16 -07:00
glob Move globbing on top of pathtools.GlobWithExcludes 2015-04-29 14:59:23 -07:00
java Fix java resource globbing 2015-04-29 14:59:23 -07:00
Blueprints Move globbing on top of pathtools.GlobWithExcludes 2015-04-29 14:59:23 -07:00
bootstrap.bash Fix soong scripts to support directories with spaces 2015-04-10 15:50:37 -07:00
build.ninja.in Move globbing on top of pathtools.GlobWithExcludes 2015-04-29 14:59:23 -07:00
copygcclib.sh Add soong_build primary builder 2015-03-13 20:28:16 -07:00
doc.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00
root.bp Add support for building android apps 2015-04-20 14:12:30 -07:00
soong.bash Fix soong scripts to support directories with spaces 2015-04-10 15:50:37 -07:00
soong.bootstrap.in Fix soong scripts to support directories with spaces 2015-04-10 15:50:37 -07:00