Workaround prebuilt name conflict for service-connectivity

When building against prebuilts some dependencies on
service-connectivity get replaced by the prebuilts which does not have
an implementation library and so it breaks.

If it was a java_sdk_library that would be handled automatically but
it is just a java_library.

Ignore-AOSP-First: Needed urgently here.
Bug: 223592962
Test: m FrameworksNetSmokeTests FrameworksNetTests FrameworksNetIntegrationTests
      # Fails when building from prebuilts without this change works with this change.
Change-Id: Ib2fbd3c7703e9ed606650643db6e1977f550d90d
3 files changed