Dependency update for StateMachine

StateMachine was in a custom filegroup in base.
It's now built in stand-alone library in modules-utils.

Bug: 198418216
Tag: #refactor
Test: Build
Change-Id: I723c12521beb3f510f92083070414953dedb5cc0
diff --git a/Android.bp b/Android.bp
index 643b043..8a59471 100644
--- a/Android.bp
+++ b/Android.bp
@@ -221,6 +221,8 @@
     static_libs: [
         "androidx.annotation_annotation",
         "modules-utils-build_system",
+        "modules-utils-preconditions",
+        "modules-utils-statemachine",
         "netd_aidl_interface-lateststable-java",
         "networkstack-client",
         "net-utils-framework-common",