Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For events, require that the parameters be marked in. | Joe Onorato | 2012-02-10 | 1 | -0/+9 |
| | | | | | (because they won't work otherwise) | ||||
* | aidl: All flattenable types now must also be parcelable. | Joe Onorato | 2012-02-10 | 1 | -55/+46 |
| | | | | This is more a limitation of the grammar than anything else triggering laziness on my part. | ||||
* | add presenters to aidl. | Joe Onorato | 2012-02-10 | 1 | -6/+22 |
| | |||||
* | Support custom flattenable types for RPC. | Joe Onorato | 2012-02-10 | 1 | -15/+53 |
| | |||||
* | Checkpoint adding @home RPC support to aidl | Joe Onorato | 2012-02-10 | 1 | -11/+27 |
| | |||||
* | Add new dependency generation option to aidl. | Xavier Ducrohet | 2011-09-01 | 1 | -44/+75 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix aidl to cope with multiple collection types per method. | Elliott Hughes | 2011-07-13 | 1 | -2/+0 |
| | | | | | Bug: http://code.google.com/p/android/issues/detail?id=18497 Change-Id: I152416022524d2860cb16b46c4812c5be6bdcbad | ||||
* | long modifier was on the wrong argument. | Scott Turner | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 1 | -1/+67 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+904 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -904/+0 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+2 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+902 |