Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Move frameworks/base/tools/ to frameworks/tools/" | Adam Lesinski | 2014-01-27 | 1 | -0/+371 |
| | | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e. | ||||
* | Move frameworks/base/tools/ to frameworks/tools/ | Mike Lockwood | 2013-08-28 | 1 | -371/+0 |
| | | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8 | ||||
* | Correct executable bit for source files | Kenny Root | 2012-11-07 | 1 | -0/+0 |
| | | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 | ||||
* | Support custom flattenable types for RPC. | Joe Onorato | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Add the full suite of RpcData types. | Joe Onorato | 2012-02-10 | 1 | -0/+7 |
| | |||||
* | Checkpoint adding @home RPC support to aidl | Joe Onorato | 2012-02-10 | 1 | -0/+15 |
| | |||||
* | Make aidl annotate onTransact with @Override | Xavier Ducrohet | 2009-08-03 | 1 | -0/+2 |
| | | | | BUG: 1902262 | ||||
* | Add includes to enable host C++ tools to compile with GCC 4.4 | Jack Palevich | 2009-06-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Otherwise printf is undeclared. These files worked with earlier versions of gcc because either cstdio or stdio.h was being included by some other header file. But this was not guaranteed behavior, so with GCC 4.4 there are errors. The fix is backwards compatible with earlier versions of GCC. This change includes either <cstdio> or <stdio.h> whichever looks more appropriate given the other headers included by the given source file. Note, I'm using "GCC" to mean Gnu Compile Collection, as this problem is specific to C++ source files. (Presumably a C++-specific header file changed to no longer include cstdio.) | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+346 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -346/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+346 |