summaryrefslogtreecommitdiffstats
path: root/tools/atree
Commit message (Collapse)AuthorAgeFilesLines
* Remove HAVE_DIRENT_D_TYPE.Elliott Hughes2014-11-102-15/+1
| | | | | | Only Windows doesn't have it, and we don't build atree for Windows. Change-Id: Ib6e96be73340c36cdfcb3654ed540f690bf7550b
* 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
* SDK: Use "strip -x" for atree.Raphael Moll2012-06-061-3/+48
| | | | | | | Also fixes atree to accept an alternate command via the env var ATREE_STRIP and correctly splits it for execvp if it contains arguments. Change-Id: I8691bdc569bea3dddfde6249217dc305b6ef19f7
* Add rm and strip abilities to atree.Raphael2011-09-155-62/+191
| | | | | | | | | | | | | | | | | | | | | | 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
* Support absolute path, in OUT_DIRJey2009-11-081-0/+4
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-092-0/+3
|\
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-092-0/+3
| |
* | Merge commit 'remotes/korg/cupcake'Jean-Baptiste Queru2008-12-193-8/+106
|\ \ | |/ | | | | | | | | | | Conflicts: core/api/1.xml core/api/current.xml core/main.mk
| * Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-173-8/+106
| |
* | Add a few missing headers.Alexey Zaytsev2008-10-222-0/+3
|/ | | | | | 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-217-0/+855