Don't use androidx nodeps modules

The androidx nodeps modules were an internal implementation detail,
they are being removed.  Replace the nodeps dependencies with the
non-nodeps versions.

Bug: 326265727
Test: builds
Change-Id: I10256e548e364e8fa002c7c203d15d2c16e8c96c
diff --git a/Android.bp b/Android.bp
index 22df79c..3934372 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,7 +52,7 @@
         "androidx.annotation_annotation",
         "setupdesign",
         "managedprovisioning_protoslite",
-        "androidx.webkit_webkit-nodeps",
+        "androidx.webkit_webkit",
         "setupdesign-lottie-loading-layout",
         "lottie",
         "guava",