Add new UnsupportedAppUsage annotation as lib dependency.

Bug: 145132366
Test: m
Change-Id: Ibb7f8424186149365354a96249c06c9fccde66bd
diff --git a/Tethering/Android.bp b/Tethering/Android.bp
index 7e8721d..3c953b3 100644
--- a/Tethering/Android.bp
+++ b/Tethering/Android.bp
@@ -31,6 +31,7 @@
         "android.hardware.tetheroffload.control-V1.0-java",
         "tethering-client",
     ],
+    libs: ["unsupportedappusage"],
     manifest: "AndroidManifestBase.xml",
 }