Updater: Override SystemUpdater

It is the "Local System Updates" seen in Automotive builds.

Change-Id: If81451e65f55445db000a3a92f3badce8f9ed8e2
diff --git a/app/Android.bp b/app/Android.bp
index 634ad7e..4f79f13 100644
--- a/app/Android.bp
+++ b/app/Android.bp
@@ -1,5 +1,5 @@
 //
-// Copyright (C) 2022-2023 The LineageOS Project
+// Copyright (C) 2022-2024 The LineageOS Project
 //
 // SPDX-License-Identifier: Apache-2.0
 //
@@ -19,6 +19,10 @@
     certificate: "platform",
     system_ext_specific: true,
 
+    overrides: [
+        "SystemUpdater",
+    ],
+
     static_libs: [
         // DO NOT EDIT THIS SECTION MANUALLY
         "androidx.core_core-ktx",