summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Li <lifr@google.com>2022-01-27 08:47:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-01-27 08:47:55 +0000
commitb610dab641339aa73e577fc7f5eb0ca9ad5e8d22 (patch)
tree4572554731cefd871cb7122d6f59595f03e9b335
parent134f0da9129aaba5689e136cefab5982a0b1f17e (diff)
parentc610583580021ab5179e0c6f7505566707057c1b (diff)
downloadnet-b610dab641339aa73e577fc7f5eb0ca9ad5e8d22.tar.gz
Merge "[MS48.3] Allow Settings package to build with network static libs"
-rw-r--r--common/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Android.bp b/common/Android.bp
index ba545eae..13c6cb0f 100644
--- a/common/Android.bp
+++ b/common/Android.bp
@@ -248,6 +248,7 @@ java_library {
"//frameworks/libs/net/common/tests:__subpackages__",
"//frameworks/libs/net/common/device",
"//packages/modules/Wifi/framework/tests:__subpackages__",
+ "//packages/apps/Settings",
],
lint: { strict_updatability_linting: true },
}