summaryrefslogtreecommitdiffstats
path: root/tools/atree/atree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix incremental builds for SDK.Deepanshu Gupta2014-07-151-1/+22
| | | | | | | | Atree used to output files without escaping the filenames. This resulted in breaks for incremental builds when filenames contained '$' symbol. The change fixes this by escaping the filename properly. Change-Id: I957787b1b3536c64ba6fcb5b4bb5fc60e8b04452
* Add rm and strip abilities to atree.Raphael2011-09-151-26/+64
| | | | | | | | | | | | | | | | | | | | | | The new line syntax is: [SRC] [rm|strip] DEST This allows one to write things like this in atree: bin/src bin/src bin/dest bin/src "bin/another file name" rm dest/file rm dest/dir # recursive strip bin/src bin/src strip bin/dest Src and dest can contain spaces if full enclosed in double-quotes. The strip command can be overridden using the STRIP env var. Change-Id: I22aae7a87c36c082e1aab87132099a3c644914da
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+301
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-301/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+29
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+274