Make change and version bump to aml_sch_330710000 for mainline module file: apex/manifest.json

Change-Id: I550282417da28fd5ff1978b4e40177a05c7e7f8f
diff --git a/apex/manifest.json b/apex/manifest.json
index 2834507..b448333 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,4 @@
 {
   "name": "com.android.scheduling",
-  "version": 330463000
+  "version": 330710000
 }
diff --git a/service/Android.bp b/service/Android.bp
index ef0610c..34ead52 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -47,8 +47,6 @@
     name: "service-scheduling",
     srcs: [
         ":service-scheduling-sources",
-        // TODO(b/161353402): Remove framework dependency when modules-utils expands
-        ":framework-cellbroadcast-shared-srcs",
         ":reboot-stats-parser",
     ],
     min_sdk_version: "31",
@@ -61,6 +59,7 @@
     ],
     static_libs: [
         "modules-utils-handlerexecutor",
+        "modules-utils-locallog",
         "modules-utils-shell-command-handler",
         "scheduling-statsd",
     ],