OSDN Git Service

Remove RPC interface Type
authorCasey Dahlin <sadmac@google.com>
Tue, 1 Sep 2015 20:21:26 +0000 (13:21 -0700)
committerCasey Dahlin <sadmac@google.com>
Wed, 2 Sep 2015 20:34:26 +0000 (13:34 -0700)
commitca4543cdba4ec0daeb19eb55a5a7485286304a2b
treef03fef0c90f4b95a88666ed894168eedb86c9613
parentf37947cb1a452b81f7b25cf961763c2ec3db5632
Remove RPC interface Type

AIDL previously supported "rpc" and "flatten" types, which are not used
anywhere in the Android tree. This patch removes them, which significantly cuts
down code and complexity.

Bug: 23517584
Test: Rebuilt AOSP tree against new version
Change-Id: I6cf38d43c1ce109ffca987cc14520945aa22431f
Signed-off-by: Casey Dahlin <sadmac@google.com>
tools/aidl/Android.mk
tools/aidl/Type.cpp
tools/aidl/Type.h
tools/aidl/aidl.cpp
tools/aidl/aidl_language.h
tools/aidl/aidl_language_l.l
tools/aidl/aidl_language_y.y
tools/aidl/generate_java.cpp
tools/aidl/generate_java.h
tools/aidl/generate_java_rpc.cpp [deleted file]