android_build/tools/apicheck
Elliott Hughes 03ead3365d Teach apicheck about interface methods.
If a method is declared by an interface implemented directly by a class,
or indirectly by any of its superclasses, removing a duplicate declaration
is not an API change.

(This fixes the master build, which is currently broken because getOption
and setOption were removed from DatagramSocketImpl because they were
duplicate declarations of the same methods in the implemented interface
SocketOptions.)
2009-11-09 23:49:43 -08:00
..
etc auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
src Teach apicheck about interface methods. 2009-11-09 23:49:43 -08:00
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00