From 27af047c21505d4db30baa84dadfc5c899b783df Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 20 Jan 2024 02:10:05 +0000 Subject: [PATCH] Updater: Override SystemUpdater It is the "Local System Updates" seen in Automotive builds. Change-Id: If81451e65f55445db000a3a92f3badce8f9ed8e2 --- app/Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@ android_app { certificate: "platform", system_ext_specific: true, + overrides: [ + "SystemUpdater", + ], + static_libs: [ // DO NOT EDIT THIS SECTION MANUALLY "androidx.core_core-ktx",