Revert "Add LifecycleOperationStorage and tests"

This reverts commit a67d744adbf6935d80d0fa006a485f1e5e88201d.

Reason for revert: 4MB services.odex size regression

bug: 161089758
test: TH
Change-Id: Ifa6f89e2282a3cfd94056b3c409904b7bad77026
diff --git a/services/backup/Android.bp b/services/backup/Android.bp
index 7b0d6c0..ead8aff 100644
--- a/services/backup/Android.bp
+++ b/services/backup/Android.bp
@@ -19,9 +19,5 @@
     defaults: ["platform_service_defaults"],
     srcs: [":services.backup-sources"],
     libs: ["services.core"],
-    static_libs: [
-        "backuplib",
-        "app-compat-annotations",
-        "guava",
-    ],
+    static_libs: ["backuplib", "app-compat-annotations"],
 }