Eric Anderson
fbd3f529ef
android: Remove providers from ProGuard configuration
...
We are no longer using resources to load providers on Android. Instead,
we are calling Class.forName() for known providers. ProGuard is able to
detect these usages automatically.
2016-07-25 14:43:08 -07:00
Eric Anderson
4372ceee06
android: Add ProGuard rules for NameResolverProvider
...
Without the rules, all RPCs fail since no providers are found. We like
the idea of RPCs working.
2016-06-21 14:57:31 -07:00
Xiao Hang
b053d892a1
Fix proguard. Added three donotwarn for things we don't use at all in this testing app.
2016-04-08 14:24:10 -07:00
Xudong Ma
ee56c4940d
Update Android interop test App to use ManagedChannelBuilder
2015-12-02 11:20:05 -08:00
Xudong Ma
2016a88f5c
Update the comments in proguard-rules files.
2015-09-17 18:17:32 -07:00
Xudong Ma
512134b095
Android-Interop-test: fix lint errors/warnings, enable proguard.
2015-08-04 10:52:20 -07:00
Xudong Ma
f88779e422
Add the Android interop test App.
...
So far, it is built separately from the other gRpc components.
2015-06-26 15:31:14 -07:00