aboutsummaryrefslogtreecommitdiffstats
path: root/glob
Commit message (Collapse)AuthorAgeFilesLines
* Move globbing on top of pathtools.GlobWithExcludesColin Cross2015-04-291-47/+4
| | | | | | | | pathtools.GlobWithExcludes contains all the features of glob.GlobWithDepFile now, make GlobWithDepFile a wrapper around GlobWithExcludes that writes the results to a file. Change-Id: Ie75d9042845505f499aac7fa00d3c90f8ecab4f7
* Support subtracting sources from globsColin Cross2015-04-081-1/+6
| | | | | | | | Support -file or -path/glob in file lists that contain globs to subtract files from the resulting glob. Also move source file prefixing and handling into a common function. Change-Id: Ib6d74ce22f53cae7348c4ba35b779976d90359a6
* Support excludes in globsColin Cross2015-04-031-2/+11
| | | | | | | | | Java resource support requires globbing directories while ignoring specific filenames. Add support for multiple -e options to soong_glob to specify filenames to exclude, and split out Glob into GlobRule to insert a rule to generate a glob file list. Change-Id: Ia911dd68bd1638452881d18378572d015fd4e31a
* Update import paths for changes to blueprintColin Cross2015-03-231-1/+1
| | | | | | | Blueprint has been modified to include a canonical import path, update soong to match. Change-Id: If29d31afbf3bf2e6364961a66456fa5f8f738455
* Add soong_build primary builderColin Cross2015-03-131-0/+129
Initial build logic for building android with soong. It can build a variety of C and C++ files for arm/arm64 and host. Change-Id: I10eb37c2c2a50be6af1bb5fd568c0962b9476bf0