summaryrefslogtreecommitdiffstats
path: root/tools/aidl/options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+154
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-154/+0
| | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
* Add new dependency generation option to aidl.Xavier Ducrohet2011-09-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | The SDK build system does not provide an output file and instead uses the -o<FOLDER> option and lets aidl figure out the intermediary folders that represents the packages, and the filename based on the input file (and its package). Because of this the -d<FILE> option to generate a dependency file is not convenient. Instead the new option, -a (no parameters), automatically generate a dependency files next to the output file. Also, when compiling parcelable aidl files, without the -b option, a dependency file is still generated. This is used by the SDK build system since it cannot parse the file separately and instead tries to compile every .aidl file. The generation of this dependency file (which shows no output) allows to know when any type of aidl file has been compiled. Change-Id: If81dc7e1e0a780592c94d1850a1d1b094d6e7908
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-6/+17
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+138
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-138/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+134