From 855f753c8015ace99380475167601b8481e1d531 Mon Sep 17 00:00:00 2001 From: Chiachang Wang Date: Wed, 14 Apr 2021 21:33:49 +0800 Subject: [PATCH] Allow frameworks-net-integration-testutils to access hidden methods Support frameworks-net-integration-testutils to access hidden connectivity methods. Bug: 182859030 Test: m Change-Id: Ifbbe7c15c99ac80f94ebb0d97f9145711f147d75 --- tests/net/integration/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/net/integration/Android.bp b/tests/net/integration/Android.bp index 730ef3b98fa78..39c424e31f0eb 100644 --- a/tests/net/integration/Android.bp +++ b/tests/net/integration/Android.bp @@ -62,6 +62,7 @@ android_test { // Utilities for testing framework code both in integration and unit tests. java_library { name: "frameworks-net-integration-testutils", + defaults: ["framework-connectivity-test-defaults"], srcs: ["util/**/*.java", "util/**/*.kt"], static_libs: [ "androidx.annotation_annotation",