From ea9e22e10bdd210c12829e3455c2928b19edad93 Mon Sep 17 00:00:00 2001 From: William Escande Date: Thu, 19 Aug 2021 12:26:52 +0200 Subject: [PATCH] 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 Merged-In: I7499fad6c4c5076e2bd98f0d9f91c5f243fb1ed2 Change-Id: I7499fad6c4c5076e2bd98f0d9f91c5f243fb1ed2 --- Tethering/Android.bp | 1 + service/Android.bp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 60c1f2b871..e4ce615321 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -33,6 +33,7 @@ java_defaults { "NetworkStackApiStableShims", "androidx.annotation_annotation", "modules-utils-build", + "modules-utils-statemachine", "networkstack-client", "android.hardware.tetheroffload.config-V1.0-java", "android.hardware.tetheroffload.control-V1.0-java", diff --git a/service/Android.bp b/service/Android.bp index 911d67fc10..3ff7a7c23d 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -67,7 +67,8 @@ java_library { static_libs: [ "dnsresolver_aidl_interface-V9-java", "modules-utils-build", - "modules-utils-os", + "modules-utils-shell-command-handler", + "modules-utils-statemachine", "net-utils-device-common", "net-utils-device-common-netlink", "net-utils-framework-common",