Loading device.mk +1 −0 Original line number Diff line number Diff line Loading @@ -331,6 +331,7 @@ PRODUCT_PACKAGES += \ SystemUIResCommon \ SystemUIResTarget \ TelephonyResCommon \ UpdaterResTarget \ WifiResCommon \ WifiResTarget_spf \ WifiResTarget_yupik_iot Loading overlay/UpdaterResTarget/Android.bp 0 → 100644 +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, } overlay/UpdaterResTarget/AndroidManifest.xml 0 → 100644 +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> overlay/UpdaterResTarget/res/values/config.xml 0 → 100644 +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> Loading
device.mk +1 −0 Original line number Diff line number Diff line Loading @@ -331,6 +331,7 @@ PRODUCT_PACKAGES += \ SystemUIResCommon \ SystemUIResTarget \ TelephonyResCommon \ UpdaterResTarget \ WifiResCommon \ WifiResTarget_spf \ WifiResTarget_yupik_iot Loading
overlay/UpdaterResTarget/Android.bp 0 → 100644 +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, }
overlay/UpdaterResTarget/AndroidManifest.xml 0 → 100644 +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>
overlay/UpdaterResTarget/res/values/config.xml 0 → 100644 +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>