Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43d2b2f9 authored by Sahil Sonar's avatar Sahil Sonar 💬
Browse files

Merge branch '2241-t-fast_update' into 'v2.4-t'

FP5: Enable priortize update process by default

See merge request !34
parents c99976bd c8bb4ff4
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -331,6 +331,7 @@ PRODUCT_PACKAGES += \
    SystemUIResCommon \
    SystemUIResTarget \
    TelephonyResCommon \
    UpdaterResTarget \
    WifiResCommon \
    WifiResTarget_spf \
    WifiResTarget_yupik_iot
+9 −0
Original line number Diff line number Diff line
//
// Copyright (C) 2022 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

runtime_resource_overlay {
    name: "UpdaterResTarget",
    product_specific: true,
}
+9 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.lineageos.updater.FP5">

    <overlay
        android:isStatic="true"
        android:priority="800"
        android:targetPackage="org.lineageos.updater" />
</manifest>
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2020 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>
    <bool name="config_prioritizeUpdateProcess">true</bool>
</resources>