diff options
| author | 2021-04-14 02:46:42 +0000 | |
|---|---|---|
| committer | 2021-04-14 02:46:42 +0000 | |
| commit | f2488fcc1ab691fdd98b3787d67b9dcbf6ea6973 (patch) | |
| tree | 5e39b9b21b4481f7f20945806f2856b7b51c0127 | |
| parent | a7474107762f594dee6bd31502acd67a1a870fbe (diff) | |
| parent | a12c1f150dec4db6e97704a678aa73335cbf8740 (diff) | |
Merge "Add framework-connectivity-test-defaults into integration test" into sc-dev
| -rw-r--r-- | tests/net/integration/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/net/integration/Android.bp b/tests/net/integration/Android.bp index 56f9df78c83e..730ef3b98fa7 100644 --- a/tests/net/integration/Android.bp +++ b/tests/net/integration/Android.bp @@ -25,6 +25,7 @@ package { android_test { name: "FrameworksNetIntegrationTests", + defaults: ["framework-connectivity-test-defaults"], platform_apis: true, certificate: "platform", srcs: [ |