diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 32e2b04e8e..12daa6142d 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -33,6 +33,7 @@ java_defaults { "net-utils-framework-common", ], libs: [ + "framework-statsd.stubs.module_lib", "framework-tethering.impl", "framework-wifi", "unsupportedappusage", diff --git a/Tethering/apex/manifest.json b/Tethering/apex/manifest.json index 7ecd77ef8c..50a1f0809c 100644 --- a/Tethering/apex/manifest.json +++ b/Tethering/apex/manifest.json @@ -1,4 +1,4 @@ { "name": "com.android.tethering", - "version": 300802300 + "version": 300802400 }