summaryrefslogtreecommitdiff
path: root/packages/Tethering
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-10-02 16:38:21 +0100
committerAnton Hansson <hansson@google.com>2020-10-05 11:43:39 +0100
commit35d5ae3aa0bf17caf63ef478ac9c7dcbb0e35061 (patch)
treee8b290e5cc12fa16cf16e7b2e09707170a72d0f6 /packages/Tethering
parentf1df6bf33ae6688dc4d3dfc7cee0db2b8f97f6c6 (diff)
Explicitly reference framework-wifi app build rule
This works around a build-system limitation where it does not know which jars to feed r8 to resolve all classes during proguarding. Bug: 160453030 Bug: 169931783 Test: build_mainline_modules.sh (with prebuilt sdk) Change-Id: I3d9f2049cf898b5e551a5c5764df423abaa5e92d Merged-In: I3d9f2049cf898b5e551a5c5764df423abaa5e92d
Diffstat (limited to 'packages/Tethering')
-rw-r--r--packages/Tethering/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Tethering/Android.bp b/packages/Tethering/Android.bp
index 257538d6216d..5526c657b874 100644
--- a/packages/Tethering/Android.bp
+++ b/packages/Tethering/Android.bp
@@ -101,6 +101,7 @@ java_defaults {
],
libs: [
"framework-tethering",
+ "framework-wifi",
],
jarjar_rules: "jarjar-rules.txt",
optimize: {