diff options
author | Aaron Huang <huangaaron@google.com> | 2021-01-08 18:32:00 +0800 |
---|---|---|
committer | Aaron Huang <huangaaron@google.com> | 2021-03-10 22:25:45 +0800 |
commit | 0353bb9da487fde1bcec4c897bb576d671d28d04 (patch) | |
tree | fc21942f5e6f6a3d50b3a5da5a7cc8283f79bdbf /tests/net/Android.bp | |
parent | 643fb23a74a8382bfa73f8b517990dc20d356c87 (diff) |
Create a service-connectivity-pre-jarjar library
This is needed for FrameworksNetTests because it inculdes
service-connectivity. Without this library, the service-connectivity
is already jarjar-ed which will cause the util classes couldn't be
found when running the tests. So let the tests inculde the pre-jarjar
version and service-connectivity applies the jarjar to this library.
Bug: 177046265
Test: FrameworksNetTests
Change-Id: I1acd95ff9bec99b918646e8ec3a57f3ef156e2ca
Merged-In: I1acd95ff9bec99b918646e8ec3a57f3ef156e2ca
Diffstat (limited to 'tests/net/Android.bp')
-rw-r--r-- | tests/net/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/Android.bp b/tests/net/Android.bp index 81224957b2c7..7f0318a135dc 100644 --- a/tests/net/Android.bp +++ b/tests/net/Android.bp @@ -70,7 +70,7 @@ android_test { "mockito-target-minus-junit4", "net-tests-utils", "platform-test-annotations", - "service-connectivity", + "service-connectivity-pre-jarjar", "services.core", "services.net", ], |