Move NetworkStackConstants to frameworks/libs/net

The class only contains constants that should be shareable between
different modules and tests.

This rolls forward the previous change that broke
FrameworksTelephonyTests, because adding net-utils-framework-common to
net-utils-device-common caused the tests to contain a jarjared version
of net-utils-framework-common inherited from telephony code, and a
non-jarjared version inherited from net-utils-device-common. This
resulted in duplicate classes after applying jarjar to the test, which
is not supported (the build system can deduplicate if two libs include
the same class, but jarjar fails if a class after rename conflicts with
an existing class).

This new change removes the dependency on net-utils-framework-common
from net-utils-device-common.

Bug: 168868607
Test: m

Change-Id: I34bad7ec79ef0fd03e5e40b643f0d85d686c53ec
1 file changed
tree: a57e56f3aa981560b953e0f1bd5640a523e8ce56
  1. staticlibs/