summaryrefslogtreecommitdiffstats
path: root/tools/atree/files.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add rm and strip abilities to atree.Raphael2011-09-151-32/+85
| | | | | | | | | | | | | | | | | | | | | | 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 //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+2
|\
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+2
| |
* | Merge commit 'remotes/korg/cupcake'Jean-Baptiste Queru2008-12-191-4/+72
|\ \ | |/ | | | | | | | | | | Conflicts: core/api/1.xml core/api/current.xml core/main.mk
| * Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+72
| |
* | Add a few missing headers.Alexey Zaytsev2008-10-221-0/+2
|/ | | | | | Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Initial ContributionThe Android Open Source Project2008-10-211-0/+357