diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..9debacb --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.5.0 + hooks: + - id: check-xml + - id: end-of-file-fixer + - id: trailing-whitespace + args: [--markdown-linebreak-ext=md] + exclude: '^patches/' diff --git a/README.md b/README.md index 673fab2..3f2b667 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ export CCACHE_COMPRESS=1 export CCACHE_MAXSIZE=50G # 50 GB ``` -## Compilation +## Compilation In the ROM folder, run this for building a non-gapps build: ```bash . build/envsetup.sh ccache -M 50G -F 0 -lunch treble_arm64_bvN-userdebug +lunch treble_arm64_bvN-userdebug make systemimage -j$(nproc --all) ``` @@ -73,7 +73,7 @@ After compiling the GSI, you can run this to reduce the `system.img` file size: ```bash cd out/target/product/tdgsi_arm64_ab -xz -9 -T0 -v -z system.img +xz -9 -T0 -v -z system.img ``` ## Troubleshooting diff --git a/patches/personal/0006-Add-support-for-unsupported_commands-prop.patch b/patches/personal/0006-Add-support-for-unsupported_commands-prop.patch index 77ba195..8309786 100644 --- a/patches/personal/0006-Add-support-for-unsupported_commands-prop.patch +++ b/patches/personal/0006-Add-support-for-unsupported_commands-prop.patch @@ -23,4 +23,3 @@ index 33a8638..32dd621 100644 -- 2.42.0 - diff --git a/patches/personal/platform_build/0001-Remove-definations-of-ro.adb.secure.patch b/patches/personal/platform_build/0001-Remove-definations-of-ro.adb.secure.patch index ffd70ab..6e5cca2 100644 --- a/patches/personal/platform_build/0001-Remove-definations-of-ro.adb.secure.patch +++ b/patches/personal/platform_build/0001-Remove-definations-of-ro.adb.secure.patch @@ -24,4 +24,3 @@ index eb12c67..2673354 100644 -- 2.34.1 - diff --git a/patches/personal/platform_build/0003-set-ccache-directory-to-build-dir.patch b/patches/personal/platform_build/0003-set-ccache-directory-to-build-dir.patch index 43c905a..85fc9ba 100644 --- a/patches/personal/platform_build/0003-set-ccache-directory-to-build-dir.patch +++ b/patches/personal/platform_build/0003-set-ccache-directory-to-build-dir.patch @@ -22,4 +22,3 @@ index 23f1e1b..25c0450 100644 echo -e "ccache enabled and CCACHE_EXEC has been set to : $ccache_path" -- 2.42.0 - diff --git a/patches/personal/platform_device_phh_treble/0001-Remove-definations-of-ro.adb.secure.patch b/patches/personal/platform_device_phh_treble/0001-Remove-definations-of-ro.adb.secure.patch index 3561133..13cec88 100644 --- a/patches/personal/platform_device_phh_treble/0001-Remove-definations-of-ro.adb.secure.patch +++ b/patches/personal/platform_device_phh_treble/0001-Remove-definations-of-ro.adb.secure.patch @@ -20,4 +20,3 @@ index 83bb3f7..91d523c 100644 ro.logd.kernel=true \ -- 2.34.1 - diff --git a/patches/personal/platform_device_phh_treble/0003-Add-temporary-workaround-for-oplus-alert-slider-than.patch b/patches/personal/platform_device_phh_treble/0003-Add-temporary-workaround-for-oplus-alert-slider-than.patch index 0406b42..0926e6c 100644 --- a/patches/personal/platform_device_phh_treble/0003-Add-temporary-workaround-for-oplus-alert-slider-than.patch +++ b/patches/personal/platform_device_phh_treble/0003-Add-temporary-workaround-for-oplus-alert-slider-than.patch @@ -29,4 +29,3 @@ index d2a73a8..c22c37f 100644 } -- 2.42.0 - diff --git a/patches/personal/platform_device_phh_treble/0004-Rework-securize-tweak.patch b/patches/personal/platform_device_phh_treble/0004-Rework-securize-tweak.patch index 2df976a..10b1c22 100644 --- a/patches/personal/platform_device_phh_treble/0004-Rework-securize-tweak.patch +++ b/patches/personal/platform_device_phh_treble/0004-Rework-securize-tweak.patch @@ -118,4 +118,3 @@ index 5dc493f..9ea5f8b 100644 if [ -f "$f" ];then -- 2.39.2 - diff --git a/patches/personal/platform_device_phh_treble/0005-Revert-treble-add-pixel-charger-2-3.patch b/patches/personal/platform_device_phh_treble/0005-Revert-treble-add-pixel-charger-2-3.patch index 3a5670a..d782935 100644 --- a/patches/personal/platform_device_phh_treble/0005-Revert-treble-add-pixel-charger-2-3.patch +++ b/patches/personal/platform_device_phh_treble/0005-Revert-treble-add-pixel-charger-2-3.patch @@ -62886,4 +62886,3 @@ HcmV?d00001 -- 2.34.1 - diff --git a/patches/personal/platform_device_phh_treble/0008-Move-NoCutoutOverlay-to-product-selinux-context-fix.patch b/patches/personal/platform_device_phh_treble/0008-Move-NoCutoutOverlay-to-product-selinux-context-fix.patch index 470db62..b7c591f 100644 --- a/patches/personal/platform_device_phh_treble/0008-Move-NoCutoutOverlay-to-product-selinux-context-fix.patch +++ b/patches/personal/platform_device_phh_treble/0008-Move-NoCutoutOverlay-to-product-selinux-context-fix.patch @@ -22,4 +22,3 @@ index 839a9ec..afe97f1 100644 -- 2.42.0 - diff --git a/patches/personal/platform_device_phh_treble/0009-Disable-face-unlock-on-a64-due-to-missing-libs.patch b/patches/personal/platform_device_phh_treble/0009-Disable-face-unlock-on-a64-due-to-missing-libs.patch index 80cbcdb..625168e 100644 --- a/patches/personal/platform_device_phh_treble/0009-Disable-face-unlock-on-a64-due-to-missing-libs.patch +++ b/patches/personal/platform_device_phh_treble/0009-Disable-face-unlock-on-a64-due-to-missing-libs.patch @@ -19,4 +19,3 @@ index f131e88..551bb8f 100644 +BUILD_BROKEN_MISSING_REQUIRED_MODULES := true -- 2.42.0 - diff --git a/patches/personal/platform_device_phh_treble/0010-Fix-TrebleApp-allow-in-power-save.patch b/patches/personal/platform_device_phh_treble/0010-Fix-TrebleApp-allow-in-power-save.patch index 59fcfb5..0313cf4 100644 --- a/patches/personal/platform_device_phh_treble/0010-Fix-TrebleApp-allow-in-power-save.patch +++ b/patches/personal/platform_device_phh_treble/0010-Fix-TrebleApp-allow-in-power-save.patch @@ -53,4 +53,3 @@ index 0000000..ea10cc1 + -- 2.34.1 - diff --git a/patches/personal/platform_device_voltage_sepolicy/0001-Remove-selinux-context-for-motorola-health-service.patch b/patches/personal/platform_device_voltage_sepolicy/0001-Remove-selinux-context-for-motorola-health-service.patch index 8d34fe0..0248d26 100644 --- a/patches/personal/platform_device_voltage_sepolicy/0001-Remove-selinux-context-for-motorola-health-service.patch +++ b/patches/personal/platform_device_voltage_sepolicy/0001-Remove-selinux-context-for-motorola-health-service.patch @@ -18,4 +18,3 @@ index b5644c9..68543eb 100644 vendor.lineage.livedisplay::IAdaptiveBacklight u:object_r:hal_lineage_livedisplay_hwservice:s0 -- 2.42.0 - diff --git a/patches/personal/platform_frameworks_base/0001-Make-rounded-corners-padding-overridable.patch b/patches/personal/platform_frameworks_base/0001-Make-rounded-corners-padding-overridable.patch index 33e2d7f..aebd579 100644 --- a/patches/personal/platform_frameworks_base/0001-Make-rounded-corners-padding-overridable.patch +++ b/patches/personal/platform_frameworks_base/0001-Make-rounded-corners-padding-overridable.patch @@ -56,4 +56,3 @@ index ad181701..61c7d05c 100644 rotatedResources.getDimensionPixelSize(R.dimen.ongoing_appops_dot_min_padding) -- 2.42.0 - diff --git a/patches/personal/platform_frameworks_base/0002-Switch-to-pool-ntp-org.patch b/patches/personal/platform_frameworks_base/0002-Switch-to-pool-ntp-org.patch index e6456d8..411521f 100644 --- a/patches/personal/platform_frameworks_base/0002-Switch-to-pool-ntp-org.patch +++ b/patches/personal/platform_frameworks_base/0002-Switch-to-pool-ntp-org.patch @@ -22,4 +22,3 @@ index 61af9c84..6ce73854 100644 5000 -- 2.42.0 - diff --git a/patches/personal/platform_frameworks_native/0001-Try-to-fallback-mCallingSid-to-getpidcon.patch b/patches/personal/platform_frameworks_native/0001-Try-to-fallback-mCallingSid-to-getpidcon.patch index 94f8a96..514f9f9 100644 --- a/patches/personal/platform_frameworks_native/0001-Try-to-fallback-mCallingSid-to-getpidcon.patch +++ b/patches/personal/platform_frameworks_native/0001-Try-to-fallback-mCallingSid-to-getpidcon.patch @@ -61,4 +61,3 @@ index 5bf00f6263..347fbf12ca 100644 mHasExplicitIdentity = origHasExplicitIdentity; -- 2.34.1 - diff --git a/patches/personal/platform_prebuilts_vndk_v28/0001-Remove-redefinations-of-libprotobuf.patch b/patches/personal/platform_prebuilts_vndk_v28/0001-Remove-redefinations-of-libprotobuf.patch index 8dd67cb..8ee5d6f 100644 --- a/patches/personal/platform_prebuilts_vndk_v28/0001-Remove-redefinations-of-libprotobuf.patch +++ b/patches/personal/platform_prebuilts_vndk_v28/0001-Remove-redefinations-of-libprotobuf.patch @@ -82,4 +82,3 @@ index 683c24c..b9e2084 100644 -} -- 2.34.1 - diff --git a/patches/personal/platform_vendor_hardware_overlay/0001-Add-Mulch-webview-signature.patch b/patches/personal/platform_vendor_hardware_overlay/0001-Add-Mulch-webview-signature.patch index 4910b98..9326181 100644 --- a/patches/personal/platform_vendor_hardware_overlay/0001-Add-Mulch-webview-signature.patch +++ b/patches/personal/platform_vendor_hardware_overlay/0001-Add-Mulch-webview-signature.patch @@ -21,4 +21,3 @@ index 6abcfe2..de4c2dc 100644 -- 2.42.0 - diff --git a/patches/personal/platform_vendor_hardware_overlay/0002-Add-Conquest-S23-device-overlay.patch b/patches/personal/platform_vendor_hardware_overlay/0002-Add-Conquest-S23-device-overlay.patch index 263c223..cdd9684 100644 --- a/patches/personal/platform_vendor_hardware_overlay/0002-Add-Conquest-S23-device-overlay.patch +++ b/patches/personal/platform_vendor_hardware_overlay/0002-Add-Conquest-S23-device-overlay.patch @@ -178,4 +178,3 @@ index 84d3e46..2ddec52 100644 -- 2.42.0 - diff --git a/patches/personal/platform_vendor_voltage/0001-Remove-duplicated-props.patch b/patches/personal/platform_vendor_voltage/0001-Remove-duplicated-props.patch index 5567d96..38afa86 100644 --- a/patches/personal/platform_vendor_voltage/0001-Remove-duplicated-props.patch +++ b/patches/personal/platform_vendor_voltage/0001-Remove-duplicated-props.patch @@ -40,4 +40,3 @@ index cb19a9a..eb4a20d 100644 org.voltage.version=$(VOLTAGEVERSION) -- 2.34.1 - diff --git a/patches/personal/platform_vendor_voltage/0002-Add-Mulch-webview-signature.patch b/patches/personal/platform_vendor_voltage/0002-Add-Mulch-webview-signature.patch index cadf9f7..d438316 100644 --- a/patches/personal/platform_vendor_voltage/0002-Add-Mulch-webview-signature.patch +++ b/patches/personal/platform_vendor_voltage/0002-Add-Mulch-webview-signature.patch @@ -21,4 +21,3 @@ index 8dfde5c..4b9204b 100644 -- 2.42.0 - diff --git a/patches/personal/platform_vendor_voltage/0003-Disable-generated-kernel-headers.patch b/patches/personal/platform_vendor_voltage/0003-Disable-generated-kernel-headers.patch index bafb806..965c7c6 100644 --- a/patches/personal/platform_vendor_voltage/0003-Disable-generated-kernel-headers.patch +++ b/patches/personal/platform_vendor_voltage/0003-Disable-generated-kernel-headers.patch @@ -39,4 +39,3 @@ index 700ac69..448cae0 100644 cc_library_headers { -- 2.42.0 - diff --git a/patches/personal/platform_vendor_voltage/0004-Add-additional-options-in-Voltage.patch b/patches/personal/platform_vendor_voltage/0004-Add-additional-options-in-Voltage.patch index 0ae8061..8766800 100644 --- a/patches/personal/platform_vendor_voltage/0004-Add-additional-options-in-Voltage.patch +++ b/patches/personal/platform_vendor_voltage/0004-Add-additional-options-in-Voltage.patch @@ -63,4 +63,3 @@ index c6702bb..c1dae2f 100644 -- 2.42.0 - diff --git a/patches/personal/platform_vendor_voltage/0005-Add-GrapheneOS-Apps.patch b/patches/personal/platform_vendor_voltage/0005-Add-GrapheneOS-Apps.patch index 06686b2..f67e7ee 100644 --- a/patches/personal/platform_vendor_voltage/0005-Add-GrapheneOS-Apps.patch +++ b/patches/personal/platform_vendor_voltage/0005-Add-GrapheneOS-Apps.patch @@ -24,4 +24,3 @@ index 5457bbc..1a8956a 100644 -- 2.42.0 - diff --git a/patches/personal/platform_vendor_voltage/0006-Add-privileged-extensions-for-aurora-and-fdroid.patch b/patches/personal/platform_vendor_voltage/0006-Add-privileged-extensions-for-aurora-and-fdroid.patch index c91205c..6e41db7 100644 --- a/patches/personal/platform_vendor_voltage/0006-Add-privileged-extensions-for-aurora-and-fdroid.patch +++ b/patches/personal/platform_vendor_voltage/0006-Add-privileged-extensions-for-aurora-and-fdroid.patch @@ -25,4 +25,3 @@ index 1a8956a..e7d936c 100644 BtHelper -- 2.42.0 - diff --git a/patches/personal/platform_vendor_voltage/0007-Switch-LineageOS-Aperture-to-GrapheneOS-Camera.patch b/patches/personal/platform_vendor_voltage/0007-Switch-LineageOS-Aperture-to-GrapheneOS-Camera.patch index 62385dc..b02708d 100644 --- a/patches/personal/platform_vendor_voltage/0007-Switch-LineageOS-Aperture-to-GrapheneOS-Camera.patch +++ b/patches/personal/platform_vendor_voltage/0007-Switch-LineageOS-Aperture-to-GrapheneOS-Camera.patch @@ -20,4 +20,3 @@ index 4a7147d..daee5e5 100644 endif -- 2.42.0 - diff --git a/patches/trebledroid/platform_bionic/0001-Disable-vndklite-handling.patch b/patches/trebledroid/platform_bionic/0001-Disable-vndklite-handling.patch index fab5fc4..3e6156b 100644 --- a/patches/trebledroid/platform_bionic/0001-Disable-vndklite-handling.patch +++ b/patches/trebledroid/platform_bionic/0001-Disable-vndklite-handling.patch @@ -33,4 +33,3 @@ index 17b574fc1..c863f8ea6 100644 if (insert_pos == std::string::npos) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_bionic/0002-Add-new-mechanism-to-fake-vendor-props-on-a-per-proc.patch b/patches/trebledroid/platform_bionic/0002-Add-new-mechanism-to-fake-vendor-props-on-a-per-proc.patch index d81582e..02eca2b 100644 --- a/patches/trebledroid/platform_bionic/0002-Add-new-mechanism-to-fake-vendor-props-on-a-per-proc.patch +++ b/patches/trebledroid/platform_bionic/0002-Add-new-mechanism-to-fake-vendor-props-on-a-per-proc.patch @@ -133,4 +133,3 @@ index 1cb15c3df..057199318 100644 static bool is_read_only(const char* name) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_bootable_recovery/0001-Don-t-reboot-if-we-couldn-t-get-bootctrl.patch b/patches/trebledroid/platform_bootable_recovery/0001-Don-t-reboot-if-we-couldn-t-get-bootctrl.patch index c00be04..a2b1266 100644 --- a/patches/trebledroid/platform_bootable_recovery/0001-Don-t-reboot-if-we-couldn-t-get-bootctrl.patch +++ b/patches/trebledroid/platform_bootable_recovery/0001-Don-t-reboot-if-we-couldn-t-get-bootctrl.patch @@ -23,4 +23,3 @@ index a0160e2f..24d6ccab 100644 uint32_t current_slot = module->GetCurrentSlot(); -- 2.25.1 - diff --git a/patches/trebledroid/platform_build/0001-build-remove-emulator-crap-from-GSI.patch b/patches/trebledroid/platform_build/0001-build-remove-emulator-crap-from-GSI.patch index 3d3005f..79914da 100644 --- a/patches/trebledroid/platform_build/0001-build-remove-emulator-crap-from-GSI.patch +++ b/patches/trebledroid/platform_build/0001-build-remove-emulator-crap-from-GSI.patch @@ -31,4 +31,3 @@ index f71b275b0e..62984253f3 100644 +# ro.setupwizard.mode?=DISABLED -- 2.25.1 - diff --git a/patches/trebledroid/platform_build/0002-build-Bypass-vendor-calls.patch b/patches/trebledroid/platform_build/0002-build-Bypass-vendor-calls.patch index 402faed..f65db75 100644 --- a/patches/trebledroid/platform_build/0002-build-Bypass-vendor-calls.patch +++ b/patches/trebledroid/platform_build/0002-build-Bypass-vendor-calls.patch @@ -27,4 +27,3 @@ index 6c907db0ed..0adced1672 100644 # Special settings for GSI releasing -- 2.25.1 - diff --git a/patches/trebledroid/platform_build/0003-Remove-init.vndk-nodef.rc.patch b/patches/trebledroid/platform_build/0003-Remove-init.vndk-nodef.rc.patch index 6fd8652..49450ce 100644 --- a/patches/trebledroid/platform_build/0003-Remove-init.vndk-nodef.rc.patch +++ b/patches/trebledroid/platform_build/0003-Remove-init.vndk-nodef.rc.patch @@ -72,4 +72,3 @@ index 9d102ea515..ec42b2ce77 100644 PRODUCT_PACKAGES += gsi_overlay_systemui -- 2.25.1 - diff --git a/patches/trebledroid/platform_build/0004-build-Remove-llkd.patch b/patches/trebledroid/platform_build/0004-build-Remove-llkd.patch index 7dbea79..d4835e1 100644 --- a/patches/trebledroid/platform_build/0004-build-Remove-llkd.patch +++ b/patches/trebledroid/platform_build/0004-build-Remove-llkd.patch @@ -24,4 +24,3 @@ index a3f5ab3470..0096f23b3d 100644 locksettings \ -- 2.25.1 - diff --git a/patches/trebledroid/platform_build/0005-Include-vndk-v28-sepolicy-support.patch b/patches/trebledroid/platform_build/0005-Include-vndk-v28-sepolicy-support.patch index 0cf70dd..2aa9388 100644 --- a/patches/trebledroid/platform_build/0005-Include-vndk-v28-sepolicy-support.patch +++ b/patches/trebledroid/platform_build/0005-Include-vndk-v28-sepolicy-support.patch @@ -21,4 +21,3 @@ index 0c086ee090..6006a5e8f5 100644 31.0 \ -- 2.25.1 - diff --git a/patches/trebledroid/platform_build/0006-core-sysprop-Write-build-display-id-to-product-prop.patch b/patches/trebledroid/platform_build/0006-core-sysprop-Write-build-display-id-to-product-prop.patch index dd053ba..5a947b6 100644 --- a/patches/trebledroid/platform_build/0006-core-sysprop-Write-build-display-id-to-product-prop.patch +++ b/patches/trebledroid/platform_build/0006-core-sysprop-Write-build-display-id-to-product-prop.patch @@ -26,4 +26,3 @@ index 44af367a38..4adec48daa 100644 echo "ro.$(1).build.fingerprint=$(BUILD_FINGERPRINT_FROM_FILE)" >> $(2);\ -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0001-Increase-default-log_level-to-get-actual-selinux-err.patch b/patches/trebledroid/platform_external_selinux/0001-Increase-default-log_level-to-get-actual-selinux-err.patch index 6afcb0e..f0f7b61 100644 --- a/patches/trebledroid/platform_external_selinux/0001-Increase-default-log_level-to-get-actual-selinux-err.patch +++ b/patches/trebledroid/platform_external_selinux/0001-Increase-default-log_level-to-get-actual-selinux-err.patch @@ -23,4 +23,3 @@ index 80d3583d..a51630b2 100644 {"verbose", no_argument, 0, 'v'}, -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0002-Revert-libsepol-Make-an-unknown-permission-an-error-.patch b/patches/trebledroid/platform_external_selinux/0002-Revert-libsepol-Make-an-unknown-permission-an-error-.patch index 25bd852..c0c7a78 100644 --- a/patches/trebledroid/platform_external_selinux/0002-Revert-libsepol-Make-an-unknown-permission-an-error-.patch +++ b/patches/trebledroid/platform_external_selinux/0002-Revert-libsepol-Make-an-unknown-permission-an-error-.patch @@ -42,4 +42,3 @@ index d2bfdc81..91fa1075 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0003-Workaround-device-phh-treble-conflict-with-SELinux-p.patch b/patches/trebledroid/platform_external_selinux/0003-Workaround-device-phh-treble-conflict-with-SELinux-p.patch index ea2952d..a825fc0 100644 --- a/patches/trebledroid/platform_external_selinux/0003-Workaround-device-phh-treble-conflict-with-SELinux-p.patch +++ b/patches/trebledroid/platform_external_selinux/0003-Workaround-device-phh-treble-conflict-with-SELinux-p.patch @@ -113,4 +113,3 @@ index 91fa1075..d20fb7ee 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0004-Allow-devices-virtual-block-genfscon-conflict-seen-o.patch b/patches/trebledroid/platform_external_selinux/0004-Allow-devices-virtual-block-genfscon-conflict-seen-o.patch index 280c99e..db1c717 100644 --- a/patches/trebledroid/platform_external_selinux/0004-Allow-devices-virtual-block-genfscon-conflict-seen-o.patch +++ b/patches/trebledroid/platform_external_selinux/0004-Allow-devices-virtual-block-genfscon-conflict-seen-o.patch @@ -40,4 +40,3 @@ index a7c66ead..99410da0 100644 static int cil_post_netifcon_context_compare(const void *a, const void *b) -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0005-if-service-is-rcs-accept-conflict.-Seen-on-Moto-E5.patch b/patches/trebledroid/platform_external_selinux/0005-if-service-is-rcs-accept-conflict.-Seen-on-Moto-E5.patch index 1922731..547292e 100644 --- a/patches/trebledroid/platform_external_selinux/0005-if-service-is-rcs-accept-conflict.-Seen-on-Moto-E5.patch +++ b/patches/trebledroid/platform_external_selinux/0005-if-service-is-rcs-accept-conflict.-Seen-on-Moto-E5.patch @@ -41,4 +41,3 @@ index 77f7a1eb..55a30944 100644 (SELINUX_WARNING, -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0006-Allow-mismatches-of-exfat-genfscon.patch b/patches/trebledroid/platform_external_selinux/0006-Allow-mismatches-of-exfat-genfscon.patch index e0ed169..371eccb 100644 --- a/patches/trebledroid/platform_external_selinux/0006-Allow-mismatches-of-exfat-genfscon.patch +++ b/patches/trebledroid/platform_external_selinux/0006-Allow-mismatches-of-exfat-genfscon.patch @@ -24,4 +24,3 @@ index 99410da0..7f614c03 100644 return 0; -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0007-Fix-boot-on-Moto-devices-using-unknown-class.patch b/patches/trebledroid/platform_external_selinux/0007-Fix-boot-on-Moto-devices-using-unknown-class.patch index 54c88f9..8829470 100644 --- a/patches/trebledroid/platform_external_selinux/0007-Fix-boot-on-Moto-devices-using-unknown-class.patch +++ b/patches/trebledroid/platform_external_selinux/0007-Fix-boot-on-Moto-devices-using-unknown-class.patch @@ -81,4 +81,3 @@ index 118de1f5..77e130d1 100644 goto exit; -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0008-Improve-SELinux-policy-workaround-on-device-phh-treb.patch b/patches/trebledroid/platform_external_selinux/0008-Improve-SELinux-policy-workaround-on-device-phh-treb.patch index ab0442b..8e4e2af 100644 --- a/patches/trebledroid/platform_external_selinux/0008-Improve-SELinux-policy-workaround-on-device-phh-treb.patch +++ b/patches/trebledroid/platform_external_selinux/0008-Improve-SELinux-policy-workaround-on-device-phh-treb.patch @@ -23,4 +23,3 @@ index 77e130d1..daf8b8b3 100644 return SEPOL_OK; -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0009-Allow-sys-vm-watermark_scale_factor-conflict-seen-on.patch b/patches/trebledroid/platform_external_selinux/0009-Allow-sys-vm-watermark_scale_factor-conflict-seen-on.patch index 7991e23..717f63c 100644 --- a/patches/trebledroid/platform_external_selinux/0009-Allow-sys-vm-watermark_scale_factor-conflict-seen-on.patch +++ b/patches/trebledroid/platform_external_selinux/0009-Allow-sys-vm-watermark_scale_factor-conflict-seen-on.patch @@ -30,4 +30,3 @@ index 7f614c03..1703b3b6 100644 bypass = 1; -- 2.25.1 - diff --git a/patches/trebledroid/platform_external_selinux/0010-Allow-conflict-on-fuseblk.patch b/patches/trebledroid/platform_external_selinux/0010-Allow-conflict-on-fuseblk.patch index 7cab724..b343ed0 100644 --- a/patches/trebledroid/platform_external_selinux/0010-Allow-conflict-on-fuseblk.patch +++ b/patches/trebledroid/platform_external_selinux/0010-Allow-conflict-on-fuseblk.patch @@ -22,4 +22,3 @@ index 1703b3b6..5428005d 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0001-APM-Restore-S-R-and-Q-behavior-respectively-for-tele.patch b/patches/trebledroid/platform_frameworks_av/0001-APM-Restore-S-R-and-Q-behavior-respectively-for-tele.patch index f8f6169..33a5f3d 100644 --- a/patches/trebledroid/platform_frameworks_av/0001-APM-Restore-S-R-and-Q-behavior-respectively-for-tele.patch +++ b/patches/trebledroid/platform_frameworks_av/0001-APM-Restore-S-R-and-Q-behavior-respectively-for-tele.patch @@ -323,4 +323,3 @@ index 863c785b08..41930138c4 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0002-Fix-BT-in-call-on-CAF-devices.patch b/patches/trebledroid/platform_frameworks_av/0002-Fix-BT-in-call-on-CAF-devices.patch index 88e7772..f9b5d8f 100644 --- a/patches/trebledroid/platform_frameworks_av/0002-Fix-BT-in-call-on-CAF-devices.patch +++ b/patches/trebledroid/platform_frameworks_av/0002-Fix-BT-in-call-on-CAF-devices.patch @@ -128,4 +128,3 @@ index 3d5c1d2e42..5ca409cfe7 100644 for (const xmlNode *children = cur->xmlChildrenNode; children != NULL; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0003-Add-partial-cam-id-is-hardcoded-support-for-Asus-ZF6.patch b/patches/trebledroid/platform_frameworks_av/0003-Add-partial-cam-id-is-hardcoded-support-for-Asus-ZF6.patch index 335d590..322ca46 100644 --- a/patches/trebledroid/platform_frameworks_av/0003-Add-partial-cam-id-is-hardcoded-support-for-Asus-ZF6.patch +++ b/patches/trebledroid/platform_frameworks_av/0003-Add-partial-cam-id-is-hardcoded-support-for-Asus-ZF6.patch @@ -91,4 +91,3 @@ index 208138f4ab..4ac9362621 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0004-APM-Optionally-force-load-audio-policy-for-system-si.patch b/patches/trebledroid/platform_frameworks_av/0004-APM-Optionally-force-load-audio-policy-for-system-si.patch index 29f5e78..fbafbfc 100644 --- a/patches/trebledroid/platform_frameworks_av/0004-APM-Optionally-force-load-audio-policy-for-system-si.patch +++ b/patches/trebledroid/platform_frameworks_av/0004-APM-Optionally-force-load-audio-policy-for-system-si.patch @@ -58,4 +58,3 @@ index 5ca409cfe7..14b19e76ad 100644 // Global Configuration -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0005-APM-Remove-A2DP-audio-ports-from-the-primary-HAL.patch b/patches/trebledroid/platform_frameworks_av/0005-APM-Remove-A2DP-audio-ports-from-the-primary-HAL.patch index 7da9e80..97a7793 100644 --- a/patches/trebledroid/platform_frameworks_av/0005-APM-Remove-A2DP-audio-ports-from-the-primary-HAL.patch +++ b/patches/trebledroid/platform_frameworks_av/0005-APM-Remove-A2DP-audio-ports-from-the-primary-HAL.patch @@ -76,4 +76,3 @@ index 14b19e76ad..b30ad7e8af 100644 RouteTraits::Collection routes; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0006-audiopolicy-try-again-with-trimmed-audio-port-name-i.patch b/patches/trebledroid/platform_frameworks_av/0006-audiopolicy-try-again-with-trimmed-audio-port-name-i.patch index 97bb9c3..d877fbb 100644 --- a/patches/trebledroid/platform_frameworks_av/0006-audiopolicy-try-again-with-trimmed-audio-port-name-i.patch +++ b/patches/trebledroid/platform_frameworks_av/0006-audiopolicy-try-again-with-trimmed-audio-port-name-i.patch @@ -52,4 +52,3 @@ index b30ad7e8af..53fabcc71e 100644 return BAD_VALUE; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0007-camera-Implement-property-to-override-default-camera.patch b/patches/trebledroid/platform_frameworks_av/0007-camera-Implement-property-to-override-default-camera.patch index 435af65..d7149d2 100644 --- a/patches/trebledroid/platform_frameworks_av/0007-camera-Implement-property-to-override-default-camera.patch +++ b/patches/trebledroid/platform_frameworks_av/0007-camera-Implement-property-to-override-default-camera.patch @@ -59,4 +59,3 @@ index fac6e4e189..0ec647a941 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0008-There-are-three-SCO-devices.-Fallback-from-one-to-th.patch b/patches/trebledroid/platform_frameworks_av/0008-There-are-three-SCO-devices.-Fallback-from-one-to-th.patch index c73923f..9a312de 100644 --- a/patches/trebledroid/platform_frameworks_av/0008-There-are-three-SCO-devices.-Fallback-from-one-to-th.patch +++ b/patches/trebledroid/platform_frameworks_av/0008-There-are-three-SCO-devices.-Fallback-from-one-to-th.patch @@ -43,4 +43,3 @@ index 5f14ee4623..166ab7acbb 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0009-Add-persist.sys.phh.samsung.camera_ids-property-to-a.patch b/patches/trebledroid/platform_frameworks_av/0009-Add-persist.sys.phh.samsung.camera_ids-property-to-a.patch index 3443561..25a751a 100644 --- a/patches/trebledroid/platform_frameworks_av/0009-Add-persist.sys.phh.samsung.camera_ids-property-to-a.patch +++ b/patches/trebledroid/platform_frameworks_av/0009-Add-persist.sys.phh.samsung.camera_ids-property-to-a.patch @@ -77,4 +77,3 @@ index 8ff5c3fb01..d498ecbee5 100644 __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0010-Add-a-property-to-force-camera-timestamp-source.patch b/patches/trebledroid/platform_frameworks_av/0010-Add-a-property-to-force-camera-timestamp-source.patch index d23a330..472f924 100644 --- a/patches/trebledroid/platform_frameworks_av/0010-Add-a-property-to-force-camera-timestamp-source.patch +++ b/patches/trebledroid/platform_frameworks_av/0010-Add-a-property-to-force-camera-timestamp-source.patch @@ -42,4 +42,3 @@ index c3f6e4925e..971d40f7fd 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0011-FIH-devices-Fix-Earpiece-audio-output.patch b/patches/trebledroid/platform_frameworks_av/0011-FIH-devices-Fix-Earpiece-audio-output.patch index 16c2a34..9abb720 100644 --- a/patches/trebledroid/platform_frameworks_av/0011-FIH-devices-Fix-Earpiece-audio-output.patch +++ b/patches/trebledroid/platform_frameworks_av/0011-FIH-devices-Fix-Earpiece-audio-output.patch @@ -84,4 +84,3 @@ index 53fabcc71e..83eafc2f79 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0012-No-longer-make-re-assigning-legacy-audio-groups-fata.patch b/patches/trebledroid/platform_frameworks_av/0012-No-longer-make-re-assigning-legacy-audio-groups-fata.patch index 39b6b14..f5fdc2a 100644 --- a/patches/trebledroid/platform_frameworks_av/0012-No-longer-make-re-assigning-legacy-audio-groups-fata.patch +++ b/patches/trebledroid/platform_frameworks_av/0012-No-longer-make-re-assigning-legacy-audio-groups-fata.patch @@ -29,4 +29,3 @@ index 218aff80e6..c7ea035191 100644 addSupportedAttributesToGroup(group, volumeGroup, strategy); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0013-Make-camera-IDs-filter-out-optional.patch b/patches/trebledroid/platform_frameworks_av/0013-Make-camera-IDs-filter-out-optional.patch index 3e70ddf..318a420 100644 --- a/patches/trebledroid/platform_frameworks_av/0013-Make-camera-IDs-filter-out-optional.patch +++ b/patches/trebledroid/platform_frameworks_av/0013-Make-camera-IDs-filter-out-optional.patch @@ -44,4 +44,3 @@ index 0ec647a941..bba0fedaea 100644 return SystemCameraKind::PUBLIC; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0014-Support-Samsung-R-multi-cams.patch b/patches/trebledroid/platform_frameworks_av/0014-Support-Samsung-R-multi-cams.patch index 6908341..16d52ad 100644 --- a/patches/trebledroid/platform_frameworks_av/0014-Support-Samsung-R-multi-cams.patch +++ b/patches/trebledroid/platform_frameworks_av/0014-Support-Samsung-R-multi-cams.patch @@ -64,4 +64,3 @@ index d498ecbee5..587d3eeda7 100644 ret = interface->getCameraIdList(cb); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0015-Don-t-crash-on-unknown-audio-devices.patch b/patches/trebledroid/platform_frameworks_av/0015-Don-t-crash-on-unknown-audio-devices.patch index a4bdc97..ece82dc 100644 --- a/patches/trebledroid/platform_frameworks_av/0015-Don-t-crash-on-unknown-audio-devices.patch +++ b/patches/trebledroid/platform_frameworks_av/0015-Don-t-crash-on-unknown-audio-devices.patch @@ -23,4 +23,3 @@ index 83eafc2f79..91fc5f57da 100644 reinterpret_cast(attachedDevice.get())); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0016-Not-all-sources-in-a-route-are-valid.-Dont-ignore-th.patch b/patches/trebledroid/platform_frameworks_av/0016-Not-all-sources-in-a-route-are-valid.-Dont-ignore-th.patch index 6ccb2d6..dc525e5 100644 --- a/patches/trebledroid/platform_frameworks_av/0016-Not-all-sources-in-a-route-are-valid.-Dont-ignore-th.patch +++ b/patches/trebledroid/platform_frameworks_av/0016-Not-all-sources-in-a-route-are-valid.-Dont-ignore-th.patch @@ -24,4 +24,3 @@ index 91fc5f57da..d2fcc13b00 100644 } else if (source == NULL) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0017-Use-a-fake-volume-policy-when-none-has-been-found.patch b/patches/trebledroid/platform_frameworks_av/0017-Use-a-fake-volume-policy-when-none-has-been-found.patch index 9aa4b2b..6e7080a 100644 --- a/patches/trebledroid/platform_frameworks_av/0017-Use-a-fake-volume-policy-when-none-has-been-found.patch +++ b/patches/trebledroid/platform_frameworks_av/0017-Use-a-fake-volume-policy-when-none-has-been-found.patch @@ -34,4 +34,3 @@ index ca78ce7213..59211577c4 100644 return BAD_VALUE; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0018-Revert-Remove-support-for-audio-HAL-V2-from-the-fram.patch b/patches/trebledroid/platform_frameworks_av/0018-Revert-Remove-support-for-audio-HAL-V2-from-the-fram.patch index 5364244..5cd704e 100644 --- a/patches/trebledroid/platform_frameworks_av/0018-Revert-Remove-support-for-audio-HAL-V2-from-the-fram.patch +++ b/patches/trebledroid/platform_frameworks_av/0018-Revert-Remove-support-for-audio-HAL-V2-from-the-fram.patch @@ -151,4 +151,3 @@ index eef60b506c..e303e54b41 100644 #else -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0019-Add-a-prop-to-change-Samsung-flash-strength.patch b/patches/trebledroid/platform_frameworks_av/0019-Add-a-prop-to-change-Samsung-flash-strength.patch index 47ab170..0f19377 100644 --- a/patches/trebledroid/platform_frameworks_av/0019-Add-a-prop-to-change-Samsung-flash-strength.patch +++ b/patches/trebledroid/platform_frameworks_av/0019-Add-a-prop-to-change-Samsung-flash-strength.patch @@ -61,4 +61,3 @@ index 587d3eeda7..a345d6a2bf 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0020-voip-Fix-high-pitched-voice-on-Qualcomm-devices.patch b/patches/trebledroid/platform_frameworks_av/0020-voip-Fix-high-pitched-voice-on-Qualcomm-devices.patch index fa5535e..3f11ed4 100644 --- a/patches/trebledroid/platform_frameworks_av/0020-voip-Fix-high-pitched-voice-on-Qualcomm-devices.patch +++ b/patches/trebledroid/platform_frameworks_av/0020-voip-Fix-high-pitched-voice-on-Qualcomm-devices.patch @@ -43,4 +43,3 @@ index d2fcc13b00..fc6cc72c1c 100644 return BAD_VALUE; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0021-audiopolicy-Fix-broken-mic-while-video-recording-on-.patch b/patches/trebledroid/platform_frameworks_av/0021-audiopolicy-Fix-broken-mic-while-video-recording-on-.patch index 29e24b9..b588f3d 100644 --- a/patches/trebledroid/platform_frameworks_av/0021-audiopolicy-Fix-broken-mic-while-video-recording-on-.patch +++ b/patches/trebledroid/platform_frameworks_av/0021-audiopolicy-Fix-broken-mic-while-video-recording-on-.patch @@ -61,4 +61,3 @@ index fc6cc72c1c..8b3a1f0e4f 100644 devTag = strtok(NULL, ","); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0022-Add-a-prop-to-disable-AUDIO_OUTPUT_FLAG_FAST-from-au.patch b/patches/trebledroid/platform_frameworks_av/0022-Add-a-prop-to-disable-AUDIO_OUTPUT_FLAG_FAST-from-au.patch index 7442883..b82b064 100644 --- a/patches/trebledroid/platform_frameworks_av/0022-Add-a-prop-to-disable-AUDIO_OUTPUT_FLAG_FAST-from-au.patch +++ b/patches/trebledroid/platform_frameworks_av/0022-Add-a-prop-to-disable-AUDIO_OUTPUT_FLAG_FAST-from-au.patch @@ -25,4 +25,3 @@ index 8b3a1f0e4f..913cbc0e90 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0023-Add-a-prop-to-fix-echo-on-incoming-or-outgoing-calls.patch b/patches/trebledroid/platform_frameworks_av/0023-Add-a-prop-to-fix-echo-on-incoming-or-outgoing-calls.patch index 1d23ba4..bc767d3 100644 --- a/patches/trebledroid/platform_frameworks_av/0023-Add-a-prop-to-fix-echo-on-incoming-or-outgoing-calls.patch +++ b/patches/trebledroid/platform_frameworks_av/0023-Add-a-prop-to-fix-echo-on-incoming-or-outgoing-calls.patch @@ -36,4 +36,3 @@ index 913cbc0e90..6bf5d14c3c 100644 if (source == NULL) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0024-Include-Samsung-AIDL-camera-ids.patch b/patches/trebledroid/platform_frameworks_av/0024-Include-Samsung-AIDL-camera-ids.patch index 1c1aa01..56b50f8 100644 --- a/patches/trebledroid/platform_frameworks_av/0024-Include-Samsung-AIDL-camera-ids.patch +++ b/patches/trebledroid/platform_frameworks_av/0024-Include-Samsung-AIDL-camera-ids.patch @@ -61,4 +61,3 @@ index b18cbd41a4..9ea1bee67d 100644 std::string type, id; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_av/0025-Allow-using-camera-modes-declared-in-Samsung-proprie.patch b/patches/trebledroid/platform_frameworks_av/0025-Allow-using-camera-modes-declared-in-Samsung-proprie.patch index b1a1dd8..6125617 100644 --- a/patches/trebledroid/platform_frameworks_av/0025-Allow-using-camera-modes-declared-in-Samsung-proprie.patch +++ b/patches/trebledroid/platform_frameworks_av/0025-Allow-using-camera-modes-declared-in-Samsung-proprie.patch @@ -103,4 +103,3 @@ index 89e75b3342..bbf2f57592 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0001-Disable-vendor-mismatch-warning.patch b/patches/trebledroid/platform_frameworks_base/0001-Disable-vendor-mismatch-warning.patch index 45fee63..6d93108 100644 --- a/patches/trebledroid/platform_frameworks_base/0001-Disable-vendor-mismatch-warning.patch +++ b/patches/trebledroid/platform_frameworks_base/0001-Disable-vendor-mismatch-warning.patch @@ -37,4 +37,3 @@ index d7489f2c7b91..8e890a39e6de 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0002-Fallback-to-stupid-autobrightness-if-brightness-valu.patch b/patches/trebledroid/platform_frameworks_base/0002-Fallback-to-stupid-autobrightness-if-brightness-valu.patch index d3a7a11..7971720 100644 --- a/patches/trebledroid/platform_frameworks_base/0002-Fallback-to-stupid-autobrightness-if-brightness-valu.patch +++ b/patches/trebledroid/platform_frameworks_base/0002-Fallback-to-stupid-autobrightness-if-brightness-valu.patch @@ -36,4 +36,3 @@ index 2464eb0141b8..b0ebab8e4002 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0003-Fix-env-empty-string-ANDROID_STORAGE.patch b/patches/trebledroid/platform_frameworks_base/0003-Fix-env-empty-string-ANDROID_STORAGE.patch index 6ab454d..d4e20aa 100644 --- a/patches/trebledroid/platform_frameworks_base/0003-Fix-env-empty-string-ANDROID_STORAGE.patch +++ b/patches/trebledroid/platform_frameworks_base/0003-Fix-env-empty-string-ANDROID_STORAGE.patch @@ -23,4 +23,3 @@ index 536ef31f334a..bebab95189d7 100644 @NonNull -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0005-Don-t-crash-if-there-is-IR-HAL-is-not-declared.patch b/patches/trebledroid/platform_frameworks_base/0005-Don-t-crash-if-there-is-IR-HAL-is-not-declared.patch index a0c1448..a923d8b 100644 --- a/patches/trebledroid/platform_frameworks_base/0005-Don-t-crash-if-there-is-IR-HAL-is-not-declared.patch +++ b/patches/trebledroid/platform_frameworks_base/0005-Don-t-crash-if-there-is-IR-HAL-is-not-declared.patch @@ -43,4 +43,3 @@ index 63daa3503bd5..d068ec06fc14 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0006-Implement-a-persistent-property-to-override-the-defa.patch b/patches/trebledroid/platform_frameworks_base/0006-Implement-a-persistent-property-to-override-the-defa.patch index b55f7ca..edb462c 100644 --- a/patches/trebledroid/platform_frameworks_base/0006-Implement-a-persistent-property-to-override-the-defa.patch +++ b/patches/trebledroid/platform_frameworks_base/0006-Implement-a-persistent-property-to-override-the-defa.patch @@ -48,4 +48,3 @@ index c80124c4c2ec..b13979d2359b 100644 public static boolean cameraStatusesContains(CameraStatus[] cameraStatuses, String id) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0008-Re-order-services-so-that-it-works-even-without-qtag.patch b/patches/trebledroid/platform_frameworks_base/0008-Re-order-services-so-that-it-works-even-without-qtag.patch index 9013bae..a7c681a 100644 --- a/patches/trebledroid/platform_frameworks_base/0008-Re-order-services-so-that-it-works-even-without-qtag.patch +++ b/patches/trebledroid/platform_frameworks_base/0008-Re-order-services-so-that-it-works-even-without-qtag.patch @@ -36,4 +36,3 @@ index b7082690276c..ab190a39e2e6 100644 updatePowerSaveWhitelistUL(); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0009-Support-samsung-Pie-and-Q-light-hal.patch b/patches/trebledroid/platform_frameworks_base/0009-Support-samsung-Pie-and-Q-light-hal.patch index 626a001..d33547c 100644 --- a/patches/trebledroid/platform_frameworks_base/0009-Support-samsung-Pie-and-Q-light-hal.patch +++ b/patches/trebledroid/platform_frameworks_base/0009-Support-samsung-Pie-and-Q-light-hal.patch @@ -23,4 +23,3 @@ index 77db96001e0c..36c13ca121e3 100644 static_libs: [ -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0010-Add-support-for-samsung-touch-physical-and-hover-pro.patch b/patches/trebledroid/platform_frameworks_base/0010-Add-support-for-samsung-touch-physical-and-hover-pro.patch index 8af5fb6..afc768a 100644 --- a/patches/trebledroid/platform_frameworks_base/0010-Add-support-for-samsung-touch-physical-and-hover-pro.patch +++ b/patches/trebledroid/platform_frameworks_base/0010-Add-support-for-samsung-touch-physical-and-hover-pro.patch @@ -64,4 +64,3 @@ index 5c53caa8a884..b76bb8d6a4c3 100644 handleProximitySensorEvent(time, positive); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0011-Always-allow-overriding-the-number-of-work-profiles.patch b/patches/trebledroid/platform_frameworks_base/0011-Always-allow-overriding-the-number-of-work-profiles.patch index abcf9a5..0ae76ae 100644 --- a/patches/trebledroid/platform_frameworks_base/0011-Always-allow-overriding-the-number-of-work-profiles.patch +++ b/patches/trebledroid/platform_frameworks_base/0011-Always-allow-overriding-the-number-of-work-profiles.patch @@ -31,4 +31,3 @@ index a16d3668..e0f64310 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0012-HOME-deserves-to-wake-up-devices-just-as-well-as-bac.patch b/patches/trebledroid/platform_frameworks_base/0012-HOME-deserves-to-wake-up-devices-just-as-well-as-bac.patch index 2c845bc..267a861 100644 --- a/patches/trebledroid/platform_frameworks_base/0012-HOME-deserves-to-wake-up-devices-just-as-well-as-bac.patch +++ b/patches/trebledroid/platform_frameworks_base/0012-HOME-deserves-to-wake-up-devices-just-as-well-as-bac.patch @@ -23,4 +23,3 @@ index 858da554c670..df9b4d938061 100644 case KeyEvent.KEYCODE_STEM_2: -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0014-Fix-brightness-range-not-being-complete-on-Samsung-d.patch b/patches/trebledroid/platform_frameworks_base/0014-Fix-brightness-range-not-being-complete-on-Samsung-d.patch index 4bee48c..b2702f1 100644 --- a/patches/trebledroid/platform_frameworks_base/0014-Fix-brightness-range-not-being-complete-on-Samsung-d.patch +++ b/patches/trebledroid/platform_frameworks_base/0014-Fix-brightness-range-not-being-complete-on-Samsung-d.patch @@ -34,4 +34,3 @@ index d82f7a56a830..fe397d53c5d6 100644 .config_screenBrightnessSettingMaximum)); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0015-Re-implement-fnmatch-like-behaviour-for-RRO-java-sid.patch b/patches/trebledroid/platform_frameworks_base/0015-Re-implement-fnmatch-like-behaviour-for-RRO-java-sid.patch index d022af4..fb0856d 100644 --- a/patches/trebledroid/platform_frameworks_base/0015-Re-implement-fnmatch-like-behaviour-for-RRO-java-sid.patch +++ b/patches/trebledroid/platform_frameworks_base/0015-Re-implement-fnmatch-like-behaviour-for-RRO-java-sid.patch @@ -70,4 +70,3 @@ index 3e1c5bb3d7ec..8182e9e0c771 100644 return true; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0016-Remove-useless-notification-about-console-service-be.patch b/patches/trebledroid/platform_frameworks_base/0016-Remove-useless-notification-about-console-service-be.patch index 4f3798a..c1985da 100644 --- a/patches/trebledroid/platform_frameworks_base/0016-Remove-useless-notification-about-console-service-be.patch +++ b/patches/trebledroid/platform_frameworks_base/0016-Remove-useless-notification-about-console-service-be.patch @@ -23,4 +23,3 @@ index 4dad2d560526..5d1f27ac923d 100644 String title = mContext -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0017-Revert-Remove-unused-SystemProperties.set.patch b/patches/trebledroid/platform_frameworks_base/0017-Revert-Remove-unused-SystemProperties.set.patch index d9cc62e..fa51b55 100644 --- a/patches/trebledroid/platform_frameworks_base/0017-Revert-Remove-unused-SystemProperties.set.patch +++ b/patches/trebledroid/platform_frameworks_base/0017-Revert-Remove-unused-SystemProperties.set.patch @@ -92,4 +92,3 @@ index 340e4ab132ca..551b73a1706f 100644 */ -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0018-TelephonyManager-bring-back-getNetworkClass.patch b/patches/trebledroid/platform_frameworks_base/0018-TelephonyManager-bring-back-getNetworkClass.patch index fb87775..97ea8db 100644 --- a/patches/trebledroid/platform_frameworks_base/0018-TelephonyManager-bring-back-getNetworkClass.patch +++ b/patches/trebledroid/platform_frameworks_base/0018-TelephonyManager-bring-back-getNetworkClass.patch @@ -81,4 +81,3 @@ index 551b73a1706f..62bd70374c96 100644 * currently in use on the device. -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0019-TelephonyManager-add-API-annotations-for-setTelephon.patch b/patches/trebledroid/platform_frameworks_base/0019-TelephonyManager-add-API-annotations-for-setTelephon.patch index 4b4f001..fe29f1a 100644 --- a/patches/trebledroid/platform_frameworks_base/0019-TelephonyManager-add-API-annotations-for-setTelephon.patch +++ b/patches/trebledroid/platform_frameworks_base/0019-TelephonyManager-add-API-annotations-for-setTelephon.patch @@ -38,4 +38,3 @@ index 62bd70374c96..7aac41db9c36 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0021-Automatically-detect-pick-up-sensor-so-that-an-overl.patch b/patches/trebledroid/platform_frameworks_base/0021-Automatically-detect-pick-up-sensor-so-that-an-overl.patch index 1ddbd61..9a1cd21 100644 --- a/patches/trebledroid/platform_frameworks_base/0021-Automatically-detect-pick-up-sensor-so-that-an-overl.patch +++ b/patches/trebledroid/platform_frameworks_base/0021-Automatically-detect-pick-up-sensor-so-that-an-overl.patch @@ -47,4 +47,3 @@ index 47541ca16cda..28168b9208f5 100644 public boolean tapGestureEnabled(int user) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0022-Catch-broken-mainBuiltInDisplayCutoutRectApproximati.patch b/patches/trebledroid/platform_frameworks_base/0022-Catch-broken-mainBuiltInDisplayCutoutRectApproximati.patch index ac53f4a..466ad50 100644 --- a/patches/trebledroid/platform_frameworks_base/0022-Catch-broken-mainBuiltInDisplayCutoutRectApproximati.patch +++ b/patches/trebledroid/platform_frameworks_base/0022-Catch-broken-mainBuiltInDisplayCutoutRectApproximati.patch @@ -48,4 +48,3 @@ index 712d1d67c942..5d929873f18d 100644 /** -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0023-backlight-Fix-backlight-control-on-Galaxy-S9.patch b/patches/trebledroid/platform_frameworks_base/0023-backlight-Fix-backlight-control-on-Galaxy-S9.patch index bf6930c..04794d8 100644 --- a/patches/trebledroid/platform_frameworks_base/0023-backlight-Fix-backlight-control-on-Galaxy-S9.patch +++ b/patches/trebledroid/platform_frameworks_base/0023-backlight-Fix-backlight-control-on-Galaxy-S9.patch @@ -118,4 +118,3 @@ index 91f14de040fe..8fa9c4f3a698 100644 setLightLocked(color, LIGHT_FLASH_NONE, 0, 0, brightnessMode); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0024-Revert-Switch-long-press-power-behavior-in-AOSP.patch b/patches/trebledroid/platform_frameworks_base/0024-Revert-Switch-long-press-power-behavior-in-AOSP.patch index d1759f0..3803802 100644 --- a/patches/trebledroid/platform_frameworks_base/0024-Revert-Switch-long-press-power-behavior-in-AOSP.patch +++ b/patches/trebledroid/platform_frameworks_base/0024-Revert-Switch-long-press-power-behavior-in-AOSP.patch @@ -32,4 +32,3 @@ index 4b922e2a3643..badad2c71245 100644 valid for watches as part of CDD/CTS. -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0025-Allow-disabling-of-fingerprint-cleanups-needed-on-so.patch b/patches/trebledroid/platform_frameworks_base/0025-Allow-disabling-of-fingerprint-cleanups-needed-on-so.patch index 205983b..46fe817 100644 --- a/patches/trebledroid/platform_frameworks_base/0025-Allow-disabling-of-fingerprint-cleanups-needed-on-so.patch +++ b/patches/trebledroid/platform_frameworks_base/0025-Allow-disabling-of-fingerprint-cleanups-needed-on-so.patch @@ -23,4 +23,3 @@ index d0b71fcf2dbb..d5978a531dc5 100644 scheduleUpdateActiveUserWithoutHandler(userId); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0026-Dynamically-resize-boot-animation-to-match-screen-si.patch b/patches/trebledroid/platform_frameworks_base/0026-Dynamically-resize-boot-animation-to-match-screen-si.patch index c3dfa10..3908149 100644 --- a/patches/trebledroid/platform_frameworks_base/0026-Dynamically-resize-boot-animation-to-match-screen-si.patch +++ b/patches/trebledroid/platform_frameworks_base/0026-Dynamically-resize-boot-animation-to-match-screen-si.patch @@ -43,4 +43,3 @@ index a8b6c0b70804..9c50e954cee5 100644 // ORIENTATION_90, ORIENTATION_180 and ORIENTATION_270. -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0029-Set-old-fingerprint-sensors-to-security-strong.patch b/patches/trebledroid/platform_frameworks_base/0029-Set-old-fingerprint-sensors-to-security-strong.patch index 35d371c..db56e5a 100644 --- a/patches/trebledroid/platform_frameworks_base/0029-Set-old-fingerprint-sensors-to-security-strong.patch +++ b/patches/trebledroid/platform_frameworks_base/0029-Set-old-fingerprint-sensors-to-security-strong.patch @@ -34,4 +34,3 @@ index 4538cad513d6..bc741a5e2396 100644 final String id = String.valueOf(i); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0030-Call-Samsung-s-ISehSysInputDev-to-report-screen-stat.patch b/patches/trebledroid/platform_frameworks_base/0030-Call-Samsung-s-ISehSysInputDev-to-report-screen-stat.patch index 72570d3..49e8aad 100644 --- a/patches/trebledroid/platform_frameworks_base/0030-Call-Samsung-s-ISehSysInputDev-to-report-screen-stat.patch +++ b/patches/trebledroid/platform_frameworks_base/0030-Call-Samsung-s-ISehSysInputDev-to-report-screen-stat.patch @@ -99,4 +99,3 @@ index 7701bc62..54aaaeda 100644 if (Display.isSuspendedState(state) && state != Display.STATE_OFF -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0031-Try-catch-around-constrainNitsAndBacklightArrays-and.patch b/patches/trebledroid/platform_frameworks_base/0031-Try-catch-around-constrainNitsAndBacklightArrays-and.patch index 54be008..b911574 100644 --- a/patches/trebledroid/platform_frameworks_base/0031-Try-catch-around-constrainNitsAndBacklightArrays-and.patch +++ b/patches/trebledroid/platform_frameworks_base/0031-Try-catch-around-constrainNitsAndBacklightArrays-and.patch @@ -83,4 +83,3 @@ index b0ebab8e4002..77dafd5068d0 100644 private Spline loadSdrHdrRatioMap(HighBrightnessMode hbmConfig) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0032-Add-Mediatek-power-hints-on-touch.patch b/patches/trebledroid/platform_frameworks_base/0032-Add-Mediatek-power-hints-on-touch.patch index 85fa9a6..5e88490 100644 --- a/patches/trebledroid/platform_frameworks_base/0032-Add-Mediatek-power-hints-on-touch.patch +++ b/patches/trebledroid/platform_frameworks_base/0032-Add-Mediatek-power-hints-on-touch.patch @@ -124,4 +124,3 @@ index 4a740f4fdd2f..6aefe7bf8de9 100644 @Override -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0033-Detect-Moto-dynamic-hardware-feature.patch b/patches/trebledroid/platform_frameworks_base/0033-Detect-Moto-dynamic-hardware-feature.patch index 0ed4330..f7dd882 100644 --- a/patches/trebledroid/platform_frameworks_base/0033-Detect-Moto-dynamic-hardware-feature.patch +++ b/patches/trebledroid/platform_frameworks_base/0033-Detect-Moto-dynamic-hardware-feature.patch @@ -45,4 +45,3 @@ index 7fae31c0bb4b..6da8e9397829 100644 String pkgname = parser.getAttributeValue(null, "package"); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0034-Restore-getSimStateForSlotIndex-in-SubscriptionManag.patch b/patches/trebledroid/platform_frameworks_base/0034-Restore-getSimStateForSlotIndex-in-SubscriptionManag.patch index 642ffdd..37c1f0e 100644 --- a/patches/trebledroid/platform_frameworks_base/0034-Restore-getSimStateForSlotIndex-in-SubscriptionManag.patch +++ b/patches/trebledroid/platform_frameworks_base/0034-Restore-getSimStateForSlotIndex-in-SubscriptionManag.patch @@ -37,4 +37,3 @@ index 8e4ec0914563..a65a7e9ec2e6 100644 * -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0035-Add-runWithCleanCallingIdentity-variant-with-both-ex.patch b/patches/trebledroid/platform_frameworks_base/0035-Add-runWithCleanCallingIdentity-variant-with-both-ex.patch index f82673d..d9b5abe 100644 --- a/patches/trebledroid/platform_frameworks_base/0035-Add-runWithCleanCallingIdentity-variant-with-both-ex.patch +++ b/patches/trebledroid/platform_frameworks_base/0035-Add-runWithCleanCallingIdentity-variant-with-both-ex.patch @@ -69,4 +69,3 @@ index 9a8c9655375d..454080144d35 100644 +} -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0036-Catch-NPE-in-SystemUI.patch b/patches/trebledroid/platform_frameworks_base/0036-Catch-NPE-in-SystemUI.patch index 42b08f5..7508150 100644 --- a/patches/trebledroid/platform_frameworks_base/0036-Catch-NPE-in-SystemUI.patch +++ b/patches/trebledroid/platform_frameworks_base/0036-Catch-NPE-in-SystemUI.patch @@ -28,4 +28,3 @@ index 1ae5d0a1a39d..a68be64f7747 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0038-Once-we-integrate-Samsung-Power-hal-in-libpowermanag.patch b/patches/trebledroid/platform_frameworks_base/0038-Once-we-integrate-Samsung-Power-hal-in-libpowermanag.patch index b405331..be0ac69 100644 --- a/patches/trebledroid/platform_frameworks_base/0038-Once-we-integrate-Samsung-Power-hal-in-libpowermanag.patch +++ b/patches/trebledroid/platform_frameworks_base/0038-Once-we-integrate-Samsung-Power-hal-in-libpowermanag.patch @@ -24,4 +24,3 @@ index 36c13ca121e3..00e9cfa998b9 100644 static_libs: [ -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0042-Samsung-tablets-use-SW_MACHINE_COVER-rather-than-SW_.patch b/patches/trebledroid/platform_frameworks_base/0042-Samsung-tablets-use-SW_MACHINE_COVER-rather-than-SW_.patch index 56531b8..6840a54 100644 --- a/patches/trebledroid/platform_frameworks_base/0042-Samsung-tablets-use-SW_MACHINE_COVER-rather-than-SW_.patch +++ b/patches/trebledroid/platform_frameworks_base/0042-Samsung-tablets-use-SW_MACHINE_COVER-rather-than-SW_.patch @@ -84,4 +84,3 @@ index ff69719c9497..3b168b59423a 100644 for (int i = 0; i < mLidSwitchCallbacks.size(); i++) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0044-Add-a-prop-to-use-linear-backlight-control.patch b/patches/trebledroid/platform_frameworks_base/0044-Add-a-prop-to-use-linear-backlight-control.patch index afa07a2..f794010 100644 --- a/patches/trebledroid/platform_frameworks_base/0044-Add-a-prop-to-use-linear-backlight-control.patch +++ b/patches/trebledroid/platform_frameworks_base/0044-Add-a-prop-to-use-linear-backlight-control.patch @@ -39,4 +39,3 @@ index 6af9b739da52..65e32255dcad 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0046-Add-support-for-Samsung-full-brightness-on-their-AID.patch b/patches/trebledroid/platform_frameworks_base/0046-Add-support-for-Samsung-full-brightness-on-their-AID.patch index d0d0052..5a26882 100644 --- a/patches/trebledroid/platform_frameworks_base/0046-Add-support-for-Samsung-full-brightness-on-their-AID.patch +++ b/patches/trebledroid/platform_frameworks_base/0046-Add-support-for-Samsung-full-brightness-on-their-AID.patch @@ -107,4 +107,3 @@ index 8fa9c4f3a698..390c6ac6c50f 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0048-Fix-Xiaomi-custom-vendors-implementing-fingerprint-p.patch b/patches/trebledroid/platform_frameworks_base/0048-Fix-Xiaomi-custom-vendors-implementing-fingerprint-p.patch index 6b59e15..2aef4d9 100644 --- a/patches/trebledroid/platform_frameworks_base/0048-Fix-Xiaomi-custom-vendors-implementing-fingerprint-p.patch +++ b/patches/trebledroid/platform_frameworks_base/0048-Fix-Xiaomi-custom-vendors-implementing-fingerprint-p.patch @@ -30,4 +30,3 @@ index 4377dd7e70a7..91053b2c5f8e 100644 val myHandler = Handler(handlerThread.looper) -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0049-Also-override-UDFPS-infos-on-AIDL-fingerprints-neede.patch b/patches/trebledroid/platform_frameworks_base/0049-Also-override-UDFPS-infos-on-AIDL-fingerprints-neede.patch index fc70c78..d38fd88 100644 --- a/patches/trebledroid/platform_frameworks_base/0049-Also-override-UDFPS-infos-on-AIDL-fingerprints-neede.patch +++ b/patches/trebledroid/platform_frameworks_base/0049-Also-override-UDFPS-infos-on-AIDL-fingerprints-neede.patch @@ -89,4 +89,3 @@ index 5f4b89439fd0..a26fe945d940 100644 location.sensorLocationX, -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0050-Try-catch-the-Xiaomi-calls.patch b/patches/trebledroid/platform_frameworks_base/0050-Try-catch-the-Xiaomi-calls.patch index acd5c1d..07adcbf 100644 --- a/patches/trebledroid/platform_frameworks_base/0050-Try-catch-the-Xiaomi-calls.patch +++ b/patches/trebledroid/platform_frameworks_base/0050-Try-catch-the-Xiaomi-calls.patch @@ -42,4 +42,3 @@ index 91053b2c5f8e..d47a7d2068fa 100644 Log.d("PHH-Enroll", "myHandler.postDelayed 600ms -SetTouchMode 10,0 was NOT executed successfully. Ret is " + ret600) -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0051-Typo-in-observing-Samsung-brightness.patch b/patches/trebledroid/platform_frameworks_base/0051-Typo-in-observing-Samsung-brightness.patch index ce0f5be..5bee34a 100644 --- a/patches/trebledroid/platform_frameworks_base/0051-Typo-in-observing-Samsung-brightness.patch +++ b/patches/trebledroid/platform_frameworks_base/0051-Typo-in-observing-Samsung-brightness.patch @@ -22,4 +22,3 @@ index d47a7d2068fa..9f1fde7f2e3f 100644 try { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0052-Add-Samsung-sysinput.patch b/patches/trebledroid/platform_frameworks_base/0052-Add-Samsung-sysinput.patch index ea1ad4f..3af83d4 100644 --- a/patches/trebledroid/platform_frameworks_base/0052-Add-Samsung-sysinput.patch +++ b/patches/trebledroid/platform_frameworks_base/0052-Add-Samsung-sysinput.patch @@ -21,4 +21,3 @@ index 6cba27c50972..0e822cfd5abe 100644 ], -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0053-Bunch-of-FOD-stuff-commonize-refreshing-the-services.patch b/patches/trebledroid/platform_frameworks_base/0053-Bunch-of-FOD-stuff-commonize-refreshing-the-services.patch index aac7d16..2c62cd9 100644 --- a/patches/trebledroid/platform_frameworks_base/0053-Bunch-of-FOD-stuff-commonize-refreshing-the-services.patch +++ b/patches/trebledroid/platform_frameworks_base/0053-Bunch-of-FOD-stuff-commonize-refreshing-the-services.patch @@ -234,4 +234,3 @@ index dfc268c07d76..b13b8ec9c581 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0054-Some-Samsung-devices-use-SW_FLIP-0x15-rather-than-SW.patch b/patches/trebledroid/platform_frameworks_base/0054-Some-Samsung-devices-use-SW_FLIP-0x15-rather-than-SW.patch index 24a668f..9cac905 100644 --- a/patches/trebledroid/platform_frameworks_base/0054-Some-Samsung-devices-use-SW_FLIP-0x15-rather-than-SW.patch +++ b/patches/trebledroid/platform_frameworks_base/0054-Some-Samsung-devices-use-SW_FLIP-0x15-rather-than-SW.patch @@ -53,4 +53,3 @@ index 3b168b59423a..1e00f77f8877 100644 void registerLidSwitchCallbackInternal(@NonNull LidSwitchCallback callback) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0055-Include-vendor.samsung.hardware.radio.network-V1-jav.patch b/patches/trebledroid/platform_frameworks_base/0055-Include-vendor.samsung.hardware.radio.network-V1-jav.patch index b180114..51745ef 100644 --- a/patches/trebledroid/platform_frameworks_base/0055-Include-vendor.samsung.hardware.radio.network-V1-jav.patch +++ b/patches/trebledroid/platform_frameworks_base/0055-Include-vendor.samsung.hardware.radio.network-V1-jav.patch @@ -22,4 +22,3 @@ index 4473d9458d25..a4139cc2d126 100644 "android.hardware.thermal-V1.0-java-constants", -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_base/0056-Include-vendor.samsung.hardware.radio-V2.2-java-HIDL.patch b/patches/trebledroid/platform_frameworks_base/0056-Include-vendor.samsung.hardware.radio-V2.2-java-HIDL.patch index f7330ed..f28fd28 100644 --- a/patches/trebledroid/platform_frameworks_base/0056-Include-vendor.samsung.hardware.radio-V2.2-java-HIDL.patch +++ b/patches/trebledroid/platform_frameworks_base/0056-Include-vendor.samsung.hardware.radio-V2.2-java-HIDL.patch @@ -22,4 +22,3 @@ index a4139cc2d126..0d93f543b4cd 100644 "android.hardware.radio.messaging-V2-java", -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0001-On-Samsung-we-need-to-send-a-hack-message-to-HAL-to-.patch b/patches/trebledroid/platform_frameworks_native/0001-On-Samsung-we-need-to-send-a-hack-message-to-HAL-to-.patch index 5fea57e..79cb51f 100644 --- a/patches/trebledroid/platform_frameworks_native/0001-On-Samsung-we-need-to-send-a-hack-message-to-HAL-to-.patch +++ b/patches/trebledroid/platform_frameworks_native/0001-On-Samsung-we-need-to-send-a-hack-message-to-HAL-to-.patch @@ -32,4 +32,3 @@ index 10ca990f87..e603f6d404 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0002-Matching-an-input-with-a-display-uses-uniqueId.patch b/patches/trebledroid/platform_frameworks_native/0002-Matching-an-input-with-a-display-uses-uniqueId.patch index ab28cf2..0a24382 100644 --- a/patches/trebledroid/platform_frameworks_native/0002-Matching-an-input-with-a-display-uses-uniqueId.patch +++ b/patches/trebledroid/platform_frameworks_native/0002-Matching-an-input-with-a-display-uses-uniqueId.patch @@ -32,4 +32,3 @@ index 0a64a1c4a8..425091805b 100644 readerConfig.portAssociations; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0003-unshared_oob-didn-t-exist-in-O-P-so-detect-its-suppo.patch b/patches/trebledroid/platform_frameworks_native/0003-unshared_oob-didn-t-exist-in-O-P-so-detect-its-suppo.patch index 812817b..645c2db 100644 --- a/patches/trebledroid/platform_frameworks_native/0003-unshared_oob-didn-t-exist-in-O-P-so-detect-its-suppo.patch +++ b/patches/trebledroid/platform_frameworks_native/0003-unshared_oob-didn-t-exist-in-O-P-so-detect-its-suppo.patch @@ -23,4 +23,3 @@ index 7399681c3e..9d5b73eae2 100644 exit 0 -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0004-Remove-Samsung-system-permission-on-sensors.patch b/patches/trebledroid/platform_frameworks_native/0004-Remove-Samsung-system-permission-on-sensors.patch index 17a2cd0..22e2e5c 100644 --- a/patches/trebledroid/platform_frameworks_native/0004-Remove-Samsung-system-permission-on-sensors.patch +++ b/patches/trebledroid/platform_frameworks_native/0004-Remove-Samsung-system-permission-on-sensors.patch @@ -34,4 +34,3 @@ index bae8a1380b..afaafb321e 100644 int32_t mMaxDelay; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0005-Mark-accelerometer-input-as-sensor-exclusively-if-th.patch b/patches/trebledroid/platform_frameworks_native/0005-Mark-accelerometer-input-as-sensor-exclusively-if-th.patch index d8a3c88..8b66295 100644 --- a/patches/trebledroid/platform_frameworks_native/0005-Mark-accelerometer-input-as-sensor-exclusively-if-th.patch +++ b/patches/trebledroid/platform_frameworks_native/0005-Mark-accelerometer-input-as-sensor-exclusively-if-th.patch @@ -35,4 +35,3 @@ index 44e80a732c..88dd11467b 100644 // Check whether this device has switches. -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0006-MIUI13-devices-hide-their-vibrator-HAL-behind-non-de.patch b/patches/trebledroid/platform_frameworks_native/0006-MIUI13-devices-hide-their-vibrator-HAL-behind-non-de.patch index 62db239..73c28cc 100644 --- a/patches/trebledroid/platform_frameworks_native/0006-MIUI13-devices-hide-their-vibrator-HAL-behind-non-de.patch +++ b/patches/trebledroid/platform_frameworks_native/0006-MIUI13-devices-hide-their-vibrator-HAL-behind-non-de.patch @@ -27,4 +27,3 @@ index c1795f5c32..345016efd6 100644 ALOGV("Vibrator HAL service not available."); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0007-powermanager-Add-support-Samsung-miscpower-HAL.patch b/patches/trebledroid/platform_frameworks_native/0007-powermanager-Add-support-Samsung-miscpower-HAL.patch index 632be60..4af6a3f 100644 --- a/patches/trebledroid/platform_frameworks_native/0007-powermanager-Add-support-Samsung-miscpower-HAL.patch +++ b/patches/trebledroid/platform_frameworks_native/0007-powermanager-Add-support-Samsung-miscpower-HAL.patch @@ -330,4 +330,3 @@ index f3a0186e3e..ee2dc91e5d 100644 "libmath", -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0008-FOD-support-for-Samsung-and-Asus.patch b/patches/trebledroid/platform_frameworks_native/0008-FOD-support-for-Samsung-and-Asus.patch index b769887..3247b19 100644 --- a/patches/trebledroid/platform_frameworks_native/0008-FOD-support-for-Samsung-and-Asus.patch +++ b/patches/trebledroid/platform_frameworks_native/0008-FOD-support-for-Samsung-and-Asus.patch @@ -268,4 +268,3 @@ index 0521acf9c4..1acb8b0efe 100644 public: -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0009-Add-MTK-GED-KPI-support-to-fix-broken-Mediatek-gpufr.patch b/patches/trebledroid/platform_frameworks_native/0009-Add-MTK-GED-KPI-support-to-fix-broken-Mediatek-gpufr.patch index 0dfcd6a..ffb2554 100644 --- a/patches/trebledroid/platform_frameworks_native/0009-Add-MTK-GED-KPI-support-to-fix-broken-Mediatek-gpufr.patch +++ b/patches/trebledroid/platform_frameworks_native/0009-Add-MTK-GED-KPI-support-to-fix-broken-Mediatek-gpufr.patch @@ -292,4 +292,3 @@ index 39a59e42aa..ff595dd188 100644 } // namespace android -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0010-Fix-loading-unnamed-GLES.patch b/patches/trebledroid/platform_frameworks_native/0010-Fix-loading-unnamed-GLES.patch index 57c4eb7..0522cda 100644 --- a/patches/trebledroid/platform_frameworks_native/0010-Fix-loading-unnamed-GLES.patch +++ b/patches/trebledroid/platform_frameworks_native/0010-Fix-loading-unnamed-GLES.patch @@ -37,4 +37,3 @@ index 654e5b7c03..55f59e2a17 100644 hnd = attempt_to_load_system_driver(cnx, nullptr, false); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_native/0011-Increase-SW_MAX-4.patch b/patches/trebledroid/platform_frameworks_native/0011-Increase-SW_MAX-4.patch index 694a13d..4a41c50 100644 --- a/patches/trebledroid/platform_frameworks_native/0011-Increase-SW_MAX-4.patch +++ b/patches/trebledroid/platform_frameworks_native/0011-Increase-SW_MAX-4.patch @@ -52,4 +52,3 @@ index 024187f5b5..d1a2b1ec68 100644 BitArray propBitmask; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_net_ims/0001-Pie-MTK-IMS-calls-static-ImsManager.updateImsService.patch b/patches/trebledroid/platform_frameworks_opt_net_ims/0001-Pie-MTK-IMS-calls-static-ImsManager.updateImsService.patch index f41f25c..d4076a8 100644 --- a/patches/trebledroid/platform_frameworks_opt_net_ims/0001-Pie-MTK-IMS-calls-static-ImsManager.updateImsService.patch +++ b/patches/trebledroid/platform_frameworks_opt_net_ims/0001-Pie-MTK-IMS-calls-static-ImsManager.updateImsService.patch @@ -30,4 +30,3 @@ index b5a1168b..547a3a16 100644 */ -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0001-SubscriptionController-Do-not-override-default-calli.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0001-SubscriptionController-Do-not-override-default-calli.patch index 0b12590..8787e54 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0001-SubscriptionController-Do-not-override-default-calli.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0001-SubscriptionController-Do-not-override-default-calli.patch @@ -55,4 +55,3 @@ index b462daf041..d9d5345825 100644 updateDefaultSubId(); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0002-Telephony-Don-not-call-onUssdRelease-for-Huawei-RIL.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0002-Telephony-Don-not-call-onUssdRelease-for-Huawei-RIL.patch index 05828db..f2a203e 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0002-Telephony-Don-not-call-onUssdRelease-for-Huawei-RIL.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0002-Telephony-Don-not-call-onUssdRelease-for-Huawei-RIL.patch @@ -31,4 +31,3 @@ index 6e2601e635..e48d10e8b5 100644 } else { -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0003-Fix-baseband-being-too-long-to-fit-into-a-91-chars-p.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0003-Fix-baseband-being-too-long-to-fit-into-a-91-chars-p.patch index 77c8916..e810dbf 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0003-Fix-baseband-being-too-long-to-fit-into-a-91-chars-p.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0003-Fix-baseband-being-too-long-to-fit-into-a-91-chars-p.patch @@ -24,4 +24,3 @@ index e48d10e8b5..3e97f0ab32 100644 : version.substring(length - MAX_VERSION_LEN, length)); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0005-Fix-signalstrength-for-huawei-kirin-hi6250-hi3670.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0005-Fix-signalstrength-for-huawei-kirin-hi6250-hi3670.patch index ac640e0..261b615 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0005-Fix-signalstrength-for-huawei-kirin-hi6250-hi3670.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0005-Fix-signalstrength-for-huawei-kirin-hi6250-hi3670.patch @@ -190,4 +190,3 @@ index 4f75412ad9..42a4f73da3 100644 mRil.mSignalStrengthRegistrant.notifyRegistrant(new AsyncResult (null, ss, null)); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0006-telephony-forward-port-support-for-forceCognitive.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0006-telephony-forward-port-support-for-forceCognitive.patch index d64bc08..5f0f79c 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0006-telephony-forward-port-support-for-forceCognitive.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0006-telephony-forward-port-support-for-forceCognitive.patch @@ -36,4 +36,3 @@ index 9671077b0f..561fceaa7d 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0008-Fix-NPE-with-1.0-and-1.1-CardStatus.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0008-Fix-NPE-with-1.0-and-1.1-CardStatus.patch index 1dc25bf..792f44b 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0008-Fix-NPE-with-1.0-and-1.1-CardStatus.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0008-Fix-NPE-with-1.0-and-1.1-CardStatus.patch @@ -23,4 +23,3 @@ index 0bc29583fb..71bb2e5b75 100644 sendMessageResponse(rr.mResult, iccCardStatus); -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0010-When-logging-UiccSlot-ignore-error-if-we-cant-print-.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0010-When-logging-UiccSlot-ignore-error-if-we-cant-print-.patch index bd3ece1..16f16f7 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0010-When-logging-UiccSlot-ignore-error-if-we-cant-print-.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0010-When-logging-UiccSlot-ignore-error-if-we-cant-print-.patch @@ -29,4 +29,3 @@ index db10271a2f..00c8acb0db 100644 + ", mCardState=" + mCardState + " mSupportedMepMode=" + mSupportedMepMode + "]"; -- 2.25.1 - diff --git a/patches/trebledroid/platform_frameworks_opt_telephony/0013-Initialize-Samsung-HIDL-ISehRadio.-Fixes-5G-on-S20-U.patch b/patches/trebledroid/platform_frameworks_opt_telephony/0013-Initialize-Samsung-HIDL-ISehRadio.-Fixes-5G-on-S20-U.patch index c170eba..96ccd9e 100644 --- a/patches/trebledroid/platform_frameworks_opt_telephony/0013-Initialize-Samsung-HIDL-ISehRadio.-Fixes-5G-on-S20-U.patch +++ b/patches/trebledroid/platform_frameworks_opt_telephony/0013-Initialize-Samsung-HIDL-ISehRadio.-Fixes-5G-on-S20-U.patch @@ -228,4 +228,3 @@ index 4257327330..b3d43ea635 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_hardware_interfaces/0001-Add-a-vendor800-command-to-be-able-to-call-vendor-sp.patch b/patches/trebledroid/platform_hardware_interfaces/0001-Add-a-vendor800-command-to-be-able-to-call-vendor-sp.patch index 0440325..4af16cc 100644 --- a/patches/trebledroid/platform_hardware_interfaces/0001-Add-a-vendor800-command-to-be-able-to-call-vendor-sp.patch +++ b/patches/trebledroid/platform_hardware_interfaces/0001-Add-a-vendor800-command-to-be-able-to-call-vendor-sp.patch @@ -28,4 +28,3 @@ index 499d3b96e..489578468 100644 void beginCommand(T command, uint16_t length) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_hardware_interfaces/0002-Fix-light-sensor-crash-on-Xiaomi-13.patch b/patches/trebledroid/platform_hardware_interfaces/0002-Fix-light-sensor-crash-on-Xiaomi-13.patch index f79a745..2fdd082 100644 --- a/patches/trebledroid/platform_hardware_interfaces/0002-Fix-light-sensor-crash-on-Xiaomi-13.patch +++ b/patches/trebledroid/platform_hardware_interfaces/0002-Fix-light-sensor-crash-on-Xiaomi-13.patch @@ -33,4 +33,3 @@ index 2dc7a177a..be3833dfa 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_hardware_interfaces/0003-Fix-crash-on-Samsung-S23-using-stock-properties-beca.patch b/patches/trebledroid/platform_hardware_interfaces/0003-Fix-crash-on-Samsung-S23-using-stock-properties-beca.patch index 151a2b1..ccc06a1 100644 --- a/patches/trebledroid/platform_hardware_interfaces/0003-Fix-crash-on-Samsung-S23-using-stock-properties-beca.patch +++ b/patches/trebledroid/platform_hardware_interfaces/0003-Fix-crash-on-Samsung-S23-using-stock-properties-beca.patch @@ -25,4 +25,3 @@ index be3833dfa..c56b30475 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_apps_Nfc/0001-Don-t-crash-when-there-is-no-VR-service.patch b/patches/trebledroid/platform_packages_apps_Nfc/0001-Don-t-crash-when-there-is-no-VR-service.patch index 6a16da8..adcf2af 100644 --- a/patches/trebledroid/platform_packages_apps_Nfc/0001-Don-t-crash-when-there-is-no-VR-service.patch +++ b/patches/trebledroid/platform_packages_apps_Nfc/0001-Don-t-crash-when-there-is-no-VR-service.patch @@ -27,4 +27,3 @@ index 662112a0..d3e9d2d1 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_apps_Settings/0001-Act-as-usb-device-when-there-is-no-hal-but-we-believ.patch b/patches/trebledroid/platform_packages_apps_Settings/0001-Act-as-usb-device-when-there-is-no-hal-but-we-believ.patch index 28472cd..ca50640 100644 --- a/patches/trebledroid/platform_packages_apps_Settings/0001-Act-as-usb-device-when-there-is-no-hal-but-we-believ.patch +++ b/patches/trebledroid/platform_packages_apps_Settings/0001-Act-as-usb-device-when-there-is-no-hal-but-we-believ.patch @@ -29,4 +29,3 @@ index 16ea602bc4..262afbcbb3 100644 .getParcelable(UsbManager.EXTRA_PORT_STATUS); -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_apps_Settings/0002-Ignore-cancelled-fingerprint-events-they-are-expecte.patch b/patches/trebledroid/platform_packages_apps_Settings/0002-Ignore-cancelled-fingerprint-events-they-are-expecte.patch index a79baa3..cad97e4 100644 --- a/patches/trebledroid/platform_packages_apps_Settings/0002-Ignore-cancelled-fingerprint-events-they-are-expecte.patch +++ b/patches/trebledroid/platform_packages_apps_Settings/0002-Ignore-cancelled-fingerprint-events-they-are-expecte.patch @@ -44,4 +44,3 @@ index aadc9329e4..8ab1020c6a 100644 } else { -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_apps_Settings/0003-Don-t-crash-when-we-get-no-DeviceLockManager.patch b/patches/trebledroid/platform_packages_apps_Settings/0003-Don-t-crash-when-we-get-no-DeviceLockManager.patch index 7689f8f..0364104 100644 --- a/patches/trebledroid/platform_packages_apps_Settings/0003-Don-t-crash-when-we-get-no-DeviceLockManager.patch +++ b/patches/trebledroid/platform_packages_apps_Settings/0003-Don-t-crash-when-we-get-no-DeviceLockManager.patch @@ -37,4 +37,3 @@ index 4b6fe88f66..0f65b1f725 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_apps_Settings/0004-Revert-Wi-Fi-Remove-Do-not-validate-option-in-CA-cer.patch b/patches/trebledroid/platform_packages_apps_Settings/0004-Revert-Wi-Fi-Remove-Do-not-validate-option-in-CA-cer.patch index e748bd3..52dc8fc 100644 --- a/patches/trebledroid/platform_packages_apps_Settings/0004-Revert-Wi-Fi-Remove-Do-not-validate-option-in-CA-cer.patch +++ b/patches/trebledroid/platform_packages_apps_Settings/0004-Revert-Wi-Fi-Remove-Do-not-validate-option-in-CA-cer.patch @@ -40,4 +40,3 @@ index 7fe1daa5cb..b5e993fe84 100644 Network name is too long. -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_apps_Settings/0005-Revert-Wi-Fi-Check-if-domain-field-is-not-empty-when.patch b/patches/trebledroid/platform_packages_apps_Settings/0005-Revert-Wi-Fi-Check-if-domain-field-is-not-empty-when.patch index 0d11ef8..e1960c7 100644 --- a/patches/trebledroid/platform_packages_apps_Settings/0005-Revert-Wi-Fi-Check-if-domain-field-is-not-empty-when.patch +++ b/patches/trebledroid/platform_packages_apps_Settings/0005-Revert-Wi-Fi-Check-if-domain-field-is-not-empty-when.patch @@ -82,4 +82,3 @@ index 6074202a97..90f518122a 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Bluetooth/0002-audio_hal_interface-Optionally-use-sysbta-HAL.patch b/patches/trebledroid/platform_packages_modules_Bluetooth/0002-audio_hal_interface-Optionally-use-sysbta-HAL.patch index 1c00d55..7f06b03 100644 --- a/patches/trebledroid/platform_packages_modules_Bluetooth/0002-audio_hal_interface-Optionally-use-sysbta-HAL.patch +++ b/patches/trebledroid/platform_packages_modules_Bluetooth/0002-audio_hal_interface-Optionally-use-sysbta-HAL.patch @@ -113,4 +113,3 @@ index a2c192f37d..c3d1cf35c2 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Bluetooth/0003-Add-option-to-change-eSCO-Transport-Unit-Size.patch b/patches/trebledroid/platform_packages_modules_Bluetooth/0003-Add-option-to-change-eSCO-Transport-Unit-Size.patch index 326cd07..e2067f6 100644 --- a/patches/trebledroid/platform_packages_modules_Bluetooth/0003-Add-option-to-change-eSCO-Transport-Unit-Size.patch +++ b/patches/trebledroid/platform_packages_modules_Bluetooth/0003-Add-option-to-change-eSCO-Transport-Unit-Size.patch @@ -42,4 +42,3 @@ index 48607e6d54..3b19d7c3ea 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Bluetooth/0004-Don-t-abort-when-failing-to-get-real-time-priority.patch b/patches/trebledroid/platform_packages_modules_Bluetooth/0004-Don-t-abort-when-failing-to-get-real-time-priority.patch index 600cdc5..237ac08 100644 --- a/patches/trebledroid/platform_packages_modules_Bluetooth/0004-Don-t-abort-when-failing-to-get-real-time-priority.patch +++ b/patches/trebledroid/platform_packages_modules_Bluetooth/0004-Don-t-abort-when-failing-to-get-real-time-priority.patch @@ -82,4 +82,3 @@ index 2aa2510c04..e50de320c4 100644 #endif -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Bluetooth/0005-On-Samsung-devices-we-need-to-tell-Audio-HAL-if-we-r.patch b/patches/trebledroid/platform_packages_modules_Bluetooth/0005-On-Samsung-devices-we-need-to-tell-Audio-HAL-if-we-r.patch index ac77748..f69a281 100644 --- a/patches/trebledroid/platform_packages_modules_Bluetooth/0005-On-Samsung-devices-we-need-to-tell-Audio-HAL-if-we-r.patch +++ b/patches/trebledroid/platform_packages_modules_Bluetooth/0005-On-Samsung-devices-we-need-to-tell-Audio-HAL-if-we-r.patch @@ -64,4 +64,3 @@ index 57eb9aff4c..fbe29415b8 100644 Log.e(TAG, "processWBSEvent: unknown wbsConfig " + wbsConfig); -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Bluetooth/0007-Add-a-property-to-cap-declared-le-vendor-version.-Fo.patch b/patches/trebledroid/platform_packages_modules_Bluetooth/0007-Add-a-property-to-cap-declared-le-vendor-version.-Fo.patch index 817f1da..77652c6 100644 --- a/patches/trebledroid/platform_packages_modules_Bluetooth/0007-Add-a-property-to-cap-declared-le-vendor-version.-Fo.patch +++ b/patches/trebledroid/platform_packages_modules_Bluetooth/0007-Add-a-property-to-cap-declared-le-vendor-version.-Fo.patch @@ -53,4 +53,3 @@ index 66b7de6b5e..a51382cd0d 100644 if (!v98.IsValid()) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Bluetooth/0008-gd-hci-Ignore-command-READ_REMOTE_VERSION_INFORMATIO.patch b/patches/trebledroid/platform_packages_modules_Bluetooth/0008-gd-hci-Ignore-command-READ_REMOTE_VERSION_INFORMATIO.patch index 97e2f12..c5c7841 100644 --- a/patches/trebledroid/platform_packages_modules_Bluetooth/0008-gd-hci-Ignore-command-READ_REMOTE_VERSION_INFORMATIO.patch +++ b/patches/trebledroid/platform_packages_modules_Bluetooth/0008-gd-hci-Ignore-command-READ_REMOTE_VERSION_INFORMATIO.patch @@ -30,4 +30,3 @@ index 3e8ab78371..32495069a2 100644 "Received %s event with OpCode 0x%02hx (%s) without a waiting command" -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Connectivity/0004-Bring-back-traffic-indicators-for-legacy-devices.patch b/patches/trebledroid/platform_packages_modules_Connectivity/0004-Bring-back-traffic-indicators-for-legacy-devices.patch index e759c10..8e198f5 100644 --- a/patches/trebledroid/platform_packages_modules_Connectivity/0004-Bring-back-traffic-indicators-for-legacy-devices.patch +++ b/patches/trebledroid/platform_packages_modules_Connectivity/0004-Bring-back-traffic-indicators-for-legacy-devices.patch @@ -166,4 +166,3 @@ index 744df6e9b8..999c854634 100644 System.loadLibrary("service-connectivity"); -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_Connectivity/0005-BpfNetMaps-check-if-map-is-null-to-prevent-crash-on-.patch b/patches/trebledroid/platform_packages_modules_Connectivity/0005-BpfNetMaps-check-if-map-is-null-to-prevent-crash-on-.patch index 561861d..1791c71 100644 --- a/patches/trebledroid/platform_packages_modules_Connectivity/0005-BpfNetMaps-check-if-map-is-null-to-prevent-crash-on-.patch +++ b/patches/trebledroid/platform_packages_modules_Connectivity/0005-BpfNetMaps-check-if-map-is-null-to-prevent-crash-on-.patch @@ -26,4 +26,3 @@ index 999c854634..15b1104386 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_DeviceLock/0001-Don-t-crash-when-we-get-no-DeviceLockManager.patch b/patches/trebledroid/platform_packages_modules_DeviceLock/0001-Don-t-crash-when-we-get-no-DeviceLockManager.patch index 62fbe7f..6146e7a 100644 --- a/patches/trebledroid/platform_packages_modules_DeviceLock/0001-Don-t-crash-when-we-get-no-DeviceLockManager.patch +++ b/patches/trebledroid/platform_packages_modules_DeviceLock/0001-Don-t-crash-when-we-get-no-DeviceLockManager.patch @@ -26,4 +26,3 @@ index 9bde80b..fa3658c 100644 private SystemDeviceLockManagerImpl() { -- 2.25.1 - diff --git a/patches/trebledroid/platform_packages_modules_vndk/0001-Include-vndk-v28-apex.patch b/patches/trebledroid/platform_packages_modules_vndk/0001-Include-vndk-v28-apex.patch index 207b05b..4180312 100644 --- a/patches/trebledroid/platform_packages_modules_vndk/0001-Include-vndk-v28-apex.patch +++ b/patches/trebledroid/platform_packages_modules_vndk/0001-Include-vndk-v28-apex.patch @@ -24,4 +24,3 @@ index da5d4b7..2989ebd 100644 +} -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_bpf/0001-Support-no-bpf-usecase.patch b/patches/trebledroid/platform_system_bpf/0001-Support-no-bpf-usecase.patch index 2d3c613..1b8b626 100644 --- a/patches/trebledroid/platform_system_bpf/0001-Support-no-bpf-usecase.patch +++ b/patches/trebledroid/platform_system_bpf/0001-Support-no-bpf-usecase.patch @@ -63,4 +63,3 @@ index 29fd7f8..158dca6 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_bpf/0002-Revert-detect-inability-to-write-to-index-0-of-bpf-m.patch b/patches/trebledroid/platform_system_bpf/0002-Revert-detect-inability-to-write-to-index-0-of-bpf-m.patch index 599f918..8d7ada1 100644 --- a/patches/trebledroid/platform_system_bpf/0002-Revert-detect-inability-to-write-to-index-0-of-bpf-m.patch +++ b/patches/trebledroid/platform_system_bpf/0002-Revert-detect-inability-to-write-to-index-0-of-bpf-m.patch @@ -31,4 +31,3 @@ index 158dca6..0af23c9 100644 return 1; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0001-Let-system-override-ro.apex.updatable.patch b/patches/trebledroid/platform_system_core/0001-Let-system-override-ro.apex.updatable.patch index 5600621..fe8818a 100644 --- a/patches/trebledroid/platform_system_core/0001-Let-system-override-ro.apex.updatable.patch +++ b/patches/trebledroid/platform_system_core/0001-Let-system-override-ro.apex.updatable.patch @@ -33,4 +33,3 @@ index 8da69822c..545c25e26 100644 << "' in property file '" << filename << "': " << error; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0002-If-Vboot2-fails-fall-back-to-Vboot1.patch b/patches/trebledroid/platform_system_core/0002-If-Vboot2-fails-fall-back-to-Vboot1.patch index aeb347a..aecefa7 100644 --- a/patches/trebledroid/platform_system_core/0002-If-Vboot2-fails-fall-back-to-Vboot1.patch +++ b/patches/trebledroid/platform_system_core/0002-If-Vboot2-fails-fall-back-to-Vboot1.patch @@ -43,4 +43,3 @@ index 07ce4588d..7b16c6913 100644 void SetInitAvbVersionInRecovery() { -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0003-Revert-Remove-support-for-AVB-1.0.patch b/patches/trebledroid/platform_system_core/0003-Revert-Remove-support-for-AVB-1.0.patch index 4bff8fa..265191e 100644 --- a/patches/trebledroid/platform_system_core/0003-Revert-Remove-support-for-AVB-1.0.patch +++ b/patches/trebledroid/platform_system_core/0003-Revert-Remove-support-for-AVB-1.0.patch @@ -893,4 +893,3 @@ index 7b16c6913..1fc981719 100644 FirstStageMountVBootV2::FirstStageMountVBootV2(Fstab fstab) -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0004-Don-t-abandon-creating-property-tree-if-there-is-a-c.patch b/patches/trebledroid/platform_system_core/0004-Don-t-abandon-creating-property-tree-if-there-is-a-c.patch index 667135b..9df6e9a 100644 --- a/patches/trebledroid/platform_system_core/0004-Don-t-abandon-creating-property-tree-if-there-is-a-c.patch +++ b/patches/trebledroid/platform_system_core/0004-Don-t-abandon-creating-property-tree-if-there-is-a-c.patch @@ -32,4 +32,3 @@ index 803657ab8..ecdd0be20 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0007-Detect-allowed-sdcard-options-based-on-vndk.patch b/patches/trebledroid/platform_system_core/0007-Detect-allowed-sdcard-options-based-on-vndk.patch index 15a9383..7daf516 100644 --- a/patches/trebledroid/platform_system_core/0007-Detect-allowed-sdcard-options-based-on-vndk.patch +++ b/patches/trebledroid/platform_system_core/0007-Detect-allowed-sdcard-options-based-on-vndk.patch @@ -40,4 +40,3 @@ index 622de5b7a..e580190e9 100644 for (int i = 0; i <= new_opts_list.size(); ++i) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0008-Ugly-but-secure-Set-dev-uinput-as-0666-to-fix-finger.patch b/patches/trebledroid/platform_system_core/0008-Ugly-but-secure-Set-dev-uinput-as-0666-to-fix-finger.patch index 027f124..a02f524 100644 --- a/patches/trebledroid/platform_system_core/0008-Ugly-but-secure-Set-dev-uinput-as-0666-to-fix-finger.patch +++ b/patches/trebledroid/platform_system_core/0008-Ugly-but-secure-Set-dev-uinput-as-0666-to-fix-finger.patch @@ -29,4 +29,3 @@ index 0b7ffb8ea..e06e453b1 100644 /dev/graphics/* 0660 root graphics -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0009-Revert-Set-system-xbin-permissions-to-750.patch b/patches/trebledroid/platform_system_core/0009-Revert-Set-system-xbin-permissions-to-750.patch index 11b465e..00fff0c 100644 --- a/patches/trebledroid/platform_system_core/0009-Revert-Set-system-xbin-permissions-to-750.patch +++ b/patches/trebledroid/platform_system_core/0009-Revert-Set-system-xbin-permissions-to-750.patch @@ -25,4 +25,3 @@ index f90a1bc3c..8aadc3bb7 100644 { 00751, AID_ROOT, AID_SHELL, 0, "system_ext/bin" }, -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0010-Add-my-own-OTA-mechanism-going-over-data.patch b/patches/trebledroid/platform_system_core/0010-Add-my-own-OTA-mechanism-going-over-data.patch index 49abd36..44b0d3b 100644 --- a/patches/trebledroid/platform_system_core/0010-Add-my-own-OTA-mechanism-going-over-data.patch +++ b/patches/trebledroid/platform_system_core/0010-Add-my-own-OTA-mechanism-going-over-data.patch @@ -133,4 +133,3 @@ index 907eb80e3..636c16bb6 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0011-fs_mgr-Keep-allowing-encryptable-fstab-flag.patch b/patches/trebledroid/platform_system_core/0011-fs_mgr-Keep-allowing-encryptable-fstab-flag.patch index f98aa30..3019e19 100644 --- a/patches/trebledroid/platform_system_core/0011-fs_mgr-Keep-allowing-encryptable-fstab-flag.patch +++ b/patches/trebledroid/platform_system_core/0011-fs_mgr-Keep-allowing-encryptable-fstab-flag.patch @@ -34,4 +34,3 @@ index 7731545d0..fad84c653 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0012-FDE-is-dead.-Fallback-FDE-to-no-encryption-and-FDE-F.patch b/patches/trebledroid/platform_system_core/0012-FDE-is-dead.-Fallback-FDE-to-no-encryption-and-FDE-F.patch index 8bb033a..f2ea85e 100644 --- a/patches/trebledroid/platform_system_core/0012-FDE-is-dead.-Fallback-FDE-to-no-encryption-and-FDE-F.patch +++ b/patches/trebledroid/platform_system_core/0012-FDE-is-dead.-Fallback-FDE-to-no-encryption-and-FDE-F.patch @@ -35,4 +35,3 @@ index fad84c653..f31d21ddd 100644 // number or the word "auto", e.g. voldmanaged=sdcard:3 -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0013-Let-system-override-adb-secure-props-so-we-dont-get-.patch b/patches/trebledroid/platform_system_core/0013-Let-system-override-adb-secure-props-so-we-dont-get-.patch index b5aa1a3..4fe4766 100644 --- a/patches/trebledroid/platform_system_core/0013-Let-system-override-adb-secure-props-so-we-dont-get-.patch +++ b/patches/trebledroid/platform_system_core/0013-Let-system-override-adb-secure-props-so-we-dont-get-.patch @@ -23,4 +23,3 @@ index 545c25e26..da69dbe69 100644 it->second = value; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0014-Allow-apex-on-5.0-kernels.-This-is-needed-because-on.patch b/patches/trebledroid/platform_system_core/0014-Allow-apex-on-5.0-kernels.-This-is-needed-because-on.patch index 2d62e56..284701f 100644 --- a/patches/trebledroid/platform_system_core/0014-Allow-apex-on-5.0-kernels.-This-is-needed-because-on.patch +++ b/patches/trebledroid/platform_system_core/0014-Allow-apex-on-5.0-kernels.-This-is-needed-because-on.patch @@ -51,4 +51,3 @@ index da69dbe69..a1993c822 100644 it->second = value; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0015-watchdogd-Support-pinging-two-watchdogs.patch b/patches/trebledroid/platform_system_core/0015-watchdogd-Support-pinging-two-watchdogs.patch index ee2889c..95842c4 100644 --- a/patches/trebledroid/platform_system_core/0015-watchdogd-Support-pinging-two-watchdogs.patch +++ b/patches/trebledroid/platform_system_core/0015-watchdogd-Support-pinging-two-watchdogs.patch @@ -75,4 +75,3 @@ index 5dc41e6b8..69abb4e2b 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0016-healthd-offline-charger-fix-screen-off-3-3.patch b/patches/trebledroid/platform_system_core/0016-healthd-offline-charger-fix-screen-off-3-3.patch index d4d7fe0..a38d786 100644 --- a/patches/trebledroid/platform_system_core/0016-healthd-offline-charger-fix-screen-off-3-3.patch +++ b/patches/trebledroid/platform_system_core/0016-healthd-offline-charger-fix-screen-off-3-3.patch @@ -226,4 +226,3 @@ index c463b92aa..50267ffee 100644 void InitAnimation(); -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0017-Disable-quotas-on-legacy-devices-with-encryption-dis.patch b/patches/trebledroid/platform_system_core/0017-Disable-quotas-on-legacy-devices-with-encryption-dis.patch index 1751251..e6de3a6 100644 --- a/patches/trebledroid/platform_system_core/0017-Disable-quotas-on-legacy-devices-with-encryption-dis.patch +++ b/patches/trebledroid/platform_system_core/0017-Disable-quotas-on-legacy-devices-with-encryption-dis.patch @@ -29,4 +29,3 @@ index e5dbaf32c..2b8dbd46c 100644 << " because " TUNE2FS_BIN " is missing"; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0018-Add-vendor-firmware_mnt.-Moto-Razr-2019-look-for-fir.patch b/patches/trebledroid/platform_system_core/0018-Add-vendor-firmware_mnt.-Moto-Razr-2019-look-for-fir.patch index b9acece..54da735 100644 --- a/patches/trebledroid/platform_system_core/0018-Add-vendor-firmware_mnt.-Moto-Razr-2019-look-for-fir.patch +++ b/patches/trebledroid/platform_system_core/0018-Add-vendor-firmware_mnt.-Moto-Razr-2019-look-for-fir.patch @@ -23,4 +23,3 @@ index e06e453b1..0af6948f8 100644 subsystem graphics -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0019-Ignore-dm-verity-setup-issues.patch b/patches/trebledroid/platform_system_core/0019-Ignore-dm-verity-setup-issues.patch index 8affeae..fccb25e 100644 --- a/patches/trebledroid/platform_system_core/0019-Ignore-dm-verity-setup-issues.patch +++ b/patches/trebledroid/platform_system_core/0019-Ignore-dm-verity-setup-issues.patch @@ -27,4 +27,3 @@ index 1fc981719..d0e00b316 100644 LOG(INFO) << "AVB is not enabled, skip verity setup for '" << begin->mount_point << "'"; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0020-Fix-support-for-devices-without-cgroupv2-support.patch b/patches/trebledroid/platform_system_core/0020-Fix-support-for-devices-without-cgroupv2-support.patch index e6559fc..ebecc87 100644 --- a/patches/trebledroid/platform_system_core/0020-Fix-support-for-devices-without-cgroupv2-support.patch +++ b/patches/trebledroid/platform_system_core/0020-Fix-support-for-devices-without-cgroupv2-support.patch @@ -34,4 +34,3 @@ index 35beaad33..964236929 100644 // When the blkio controller is mounted in the v1 hierarchy, NormalIoPriority is -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0021-Disable-project_quota-on-old-devices-but-new-enough-.patch b/patches/trebledroid/platform_system_core/0021-Disable-project_quota-on-old-devices-but-new-enough-.patch index 30333f9..e238608 100644 --- a/patches/trebledroid/platform_system_core/0021-Disable-project_quota-on-old-devices-but-new-enough-.patch +++ b/patches/trebledroid/platform_system_core/0021-Disable-project_quota-on-old-devices-but-new-enough-.patch @@ -29,4 +29,3 @@ index 2b8dbd46c..285ea21fd 100644 << " because " TUNE2FS_BIN " is missing"; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0022-fix-Nubia-6-series-custom-rc-action-prop-validation.patch b/patches/trebledroid/platform_system_core/0022-fix-Nubia-6-series-custom-rc-action-prop-validation.patch index 71bbbc0..b0937c5 100644 --- a/patches/trebledroid/platform_system_core/0022-fix-Nubia-6-series-custom-rc-action-prop-validation.patch +++ b/patches/trebledroid/platform_system_core/0022-fix-Nubia-6-series-custom-rc-action-prop-validation.patch @@ -21,4 +21,3 @@ index 49fe24a43..f683790e9 100644 for (const auto& prefix : kPartnerPrefixes) { -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0023-HACK-Ignore-errors-when-setting-fscrypt-directory.-S.patch b/patches/trebledroid/platform_system_core/0023-HACK-Ignore-errors-when-setting-fscrypt-directory.-S.patch index e81cb5e..a88f330 100644 --- a/patches/trebledroid/platform_system_core/0023-HACK-Ignore-errors-when-setting-fscrypt-directory.-S.patch +++ b/patches/trebledroid/platform_system_core/0023-HACK-Ignore-errors-when-setting-fscrypt-directory.-S.patch @@ -30,4 +30,3 @@ index bc23972a2..f2944ebca 100644 return {}; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0024-Keep-our-own-version-of-ro.logd.kernel.-We-do-want-l.patch b/patches/trebledroid/platform_system_core/0024-Keep-our-own-version-of-ro.logd.kernel.-We-do-want-l.patch index e011f2f..f0c5738 100644 --- a/patches/trebledroid/platform_system_core/0024-Keep-our-own-version-of-ro.logd.kernel.-We-do-want-l.patch +++ b/patches/trebledroid/platform_system_core/0024-Keep-our-own-version-of-ro.logd.kernel.-We-do-want-l.patch @@ -23,4 +23,3 @@ index a1993c822..eb8767582 100644 it->second = value; -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0025-Keep-capex-when-there-are-vendor-apexes.patch b/patches/trebledroid/platform_system_core/0025-Keep-capex-when-there-are-vendor-apexes.patch index d086ff2..ea1ae10 100644 --- a/patches/trebledroid/platform_system_core/0025-Keep-capex-when-there-are-vendor-apexes.patch +++ b/patches/trebledroid/platform_system_core/0025-Keep-capex-when-there-are-vendor-apexes.patch @@ -37,4 +37,3 @@ index eb8767582..679bece50 100644 /* -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_core/0026-When-setting-ro.apex.updatable-actually-set-the-valu.patch b/patches/trebledroid/platform_system_core/0026-When-setting-ro.apex.updatable-actually-set-the-valu.patch index 4cb8939..6d3fc65 100644 --- a/patches/trebledroid/platform_system_core/0026-When-setting-ro.apex.updatable-actually-set-the-valu.patch +++ b/patches/trebledroid/platform_system_core/0026-When-setting-ro.apex.updatable-actually-set-the-valu.patch @@ -47,4 +47,3 @@ index 679bece50..3a2118c0c 100644 } else { -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_extras/0001-libfscrypt-Bail-out-if-we-can-t-open-directory.patch b/patches/trebledroid/platform_system_extras/0001-libfscrypt-Bail-out-if-we-can-t-open-directory.patch index 8609d28..3c3b4d3 100644 --- a/patches/trebledroid/platform_system_extras/0001-libfscrypt-Bail-out-if-we-can-t-open-directory.patch +++ b/patches/trebledroid/platform_system_extras/0001-libfscrypt-Bail-out-if-we-can-t-open-directory.patch @@ -32,4 +32,3 @@ index 174cecad..285cb9d7 100644 bool already_encrypted = fscrypt_is_encrypted(fd); -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_linkerconfig/0001-Disable-vndklite-handling.patch b/patches/trebledroid/platform_system_linkerconfig/0001-Disable-vndklite-handling.patch index d08118a..d5bce2a 100644 --- a/patches/trebledroid/platform_system_linkerconfig/0001-Disable-vndklite-handling.patch +++ b/patches/trebledroid/platform_system_linkerconfig/0001-Disable-vndklite-handling.patch @@ -23,4 +23,3 @@ index 82801f3..e05341b 100644 bool IsVndkInSystemNamespace() { -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_netd/0001-Huawei-Kirin-960-accept-broken-rpfilter-match.patch b/patches/trebledroid/platform_system_netd/0001-Huawei-Kirin-960-accept-broken-rpfilter-match.patch index b35031c..9c6ae00 100644 --- a/patches/trebledroid/platform_system_netd/0001-Huawei-Kirin-960-accept-broken-rpfilter-match.patch +++ b/patches/trebledroid/platform_system_netd/0001-Huawei-Kirin-960-accept-broken-rpfilter-match.patch @@ -26,4 +26,3 @@ index 79193574..d867cea4 100644 -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_netd/0002-Don-t-fail-on-FTP-conntracking-failing.patch b/patches/trebledroid/platform_system_netd/0002-Don-t-fail-on-FTP-conntracking-failing.patch index a7b5499..9ef5fd0 100644 --- a/patches/trebledroid/platform_system_netd/0002-Don-t-fail-on-FTP-conntracking-failing.patch +++ b/patches/trebledroid/platform_system_netd/0002-Don-t-fail-on-FTP-conntracking-failing.patch @@ -42,4 +42,3 @@ index d867cea4..00c979d8 100644 LOCAL_FORWARD, extIface, intIface, LOCAL_TETHER_COUNTERS_CHAIN), -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_nfc/0001-Let-vendor-have-priority-over-NFC-config-file-rather.patch b/patches/trebledroid/platform_system_nfc/0001-Let-vendor-have-priority-over-NFC-config-file-rather.patch index d0cf8cc..6f1f9e6 100644 --- a/patches/trebledroid/platform_system_nfc/0001-Let-vendor-have-priority-over-NFC-config-file-rather.patch +++ b/patches/trebledroid/platform_system_nfc/0001-Let-vendor-have-priority-over-NFC-config-file-rather.patch @@ -26,4 +26,3 @@ index f635fd50..15d42cab 100644 path.append(file_name); -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_sepolicy/0001-Revert-Remove-28.0-compat-support.patch b/patches/trebledroid/platform_system_sepolicy/0001-Revert-Remove-28.0-compat-support.patch index c6d7494..5f62dd5 100644 --- a/patches/trebledroid/platform_system_sepolicy/0001-Revert-Remove-28.0-compat-support.patch +++ b/patches/trebledroid/platform_system_sepolicy/0001-Revert-Remove-28.0-compat-support.patch @@ -34426,4 +34426,3 @@ index 000000000..7213f9542 + watchdogd_tmpfs)) -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_vold/0001-Allow-deletion-of-symlink.patch b/patches/trebledroid/platform_system_vold/0001-Allow-deletion-of-symlink.patch index c232a88..2582561 100644 --- a/patches/trebledroid/platform_system_vold/0001-Allow-deletion-of-symlink.patch +++ b/patches/trebledroid/platform_system_vold/0001-Allow-deletion-of-symlink.patch @@ -22,4 +22,3 @@ index 903d36bf..74e6ad1d 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_vold/0002-Failing-to-create-facedata-shouldn-t-be-fatal.patch b/patches/trebledroid/platform_system_vold/0002-Failing-to-create-facedata-shouldn-t-be-fatal.patch index 8271f5e..9dfb3ee 100644 --- a/patches/trebledroid/platform_system_vold/0002-Failing-to-create-facedata-shouldn-t-be-fatal.patch +++ b/patches/trebledroid/platform_system_vold/0002-Failing-to-create-facedata-shouldn-t-be-fatal.patch @@ -35,4 +35,3 @@ index 60e82f50..c1ded02e 100644 } -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_vold/0003-Don-t-unmount-rw-system.sh-binds.patch b/patches/trebledroid/platform_system_vold/0003-Don-t-unmount-rw-system.sh-binds.patch index 6a29a49..08cc5c3 100644 --- a/patches/trebledroid/platform_system_vold/0003-Don-t-unmount-rw-system.sh-binds.patch +++ b/patches/trebledroid/platform_system_vold/0003-Don-t-unmount-rw-system.sh-binds.patch @@ -22,4 +22,3 @@ index dc6fae98..47c8cd40 100644 #endif -- 2.25.1 - diff --git a/patches/trebledroid/platform_system_vold/0004-Exfat-can-be-mounted-with-exfat-kernel-fs-driver-or-.patch b/patches/trebledroid/platform_system_vold/0004-Exfat-can-be-mounted-with-exfat-kernel-fs-driver-or-.patch index 5156926..8a65f17 100644 --- a/patches/trebledroid/platform_system_vold/0004-Exfat-can-be-mounted-with-exfat-kernel-fs-driver-or-.patch +++ b/patches/trebledroid/platform_system_vold/0004-Exfat-can-be-mounted-with-exfat-kernel-fs-driver-or-.patch @@ -57,4 +57,3 @@ index c8b19e0..46a0e2d 100644 -- 2.25.1 -