Remove unnecessary static lib import for trunk flags

ag/24945490 added the dependency into the top, so this import is no longer needed. Verified locally. 

Bug: 297380045
Change-Id: I0a02294f413e76778713a5bda9e13e8411e7c4f9
diff --git a/services/autofill/Android.bp b/services/autofill/Android.bp
index b650948..eb23f2f 100644
--- a/services/autofill/Android.bp
+++ b/services/autofill/Android.bp
@@ -19,5 +19,4 @@
     defaults: ["platform_service_defaults"],
     srcs: [":services.autofill-sources"],
     libs: ["services.core"],
-    static_libs: ["android.service.autofill.flags-aconfig-java"],
 }