summaryrefslogtreecommitdiff
path: root/tools/aidl/generate_java_binder.cpp
AgeCommit message (Collapse)Author
2015-09-11Remove the aidl toolChristopher Wiley
This has been moved into its own repository at //system/tools/aidl Test: Built aosp_arm-eng from scratch. Bug: 23691099 Change-Id: Ic45d55682b9dcafe894efe0a6317792f9c1236c6
2012-10-18Enhance AIDL to take an explicit id for methodsMaurice Chu
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
2012-08-07Fewer warnings in aidl generated code.Elliott Hughes
Bug: http://code.google.com/p/android/issues/detail?id=19196 Change-Id: If054e60c19dc73fe32f55d0fa1054309565a6de6
2012-02-10Checkpoint adding @home RPC support to aidlJoe Onorato