Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Move frameworks/base/tools/ to frameworks/tools/" | Adam Lesinski | 2014-01-27 | 1 | -0/+373 |
| | | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e. | ||||
* | Move frameworks/base/tools/ to frameworks/tools/ | Mike Lockwood | 2013-08-28 | 1 | -373/+0 |
| | | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8 | ||||
* | Enhance AIDL to take an explicit id for methods | Maurice Chu | 2012-10-18 | 1 | -1/+44 |
| | | | | | | | | | | | | This adds an annotation to methods in AIDL of the form "void myMethod() = 3;" to explicitly set the onTransact id for the method. Either all methods must have explicitly annotated id's or none of them should be explicitly annotated. There is error checking in the AIDL compiler for duplicate id's and id's outside of the valid range. Bug: 7353910 Change-Id: I868045e3f112c9a279c573cea368a621116cbf77 | ||||
* | aidl: All flattenable types now must also be parcelable. | Joe Onorato | 2012-02-10 | 1 | -13/+15 |
| | | | | This is more a limitation of the grammar than anything else triggering laziness on my part. | ||||
* | Support custom flattenable types for RPC. | Joe Onorato | 2012-02-10 | 1 | -1/+23 |
| | |||||
* | Checkpoint adding @home RPC support to aidl | Joe Onorato | 2012-02-10 | 1 | -4/+22 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+288 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -288/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+288 |