Преглед изворни кода

cupid: Partially revert "Move to QTI health AIDL service"

https://github.com/LineageOS/android_system_core/blob/lineage-21.0/init/init.cpp#L1099

This partially reverts commit d76540d34599a4809a387631fa4c0d898cccfe70.

Change-Id: I284f80f364e9057a8373a015f0acaee3ef9e395d
Sebastiano Barezzi пре 9 месеци
родитељ
комит
895d86ce9d
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      extract-files.sh

+ 0 - 3
extract-files.sh

@@ -14,9 +14,6 @@ function blob_fixup() {
         vendor/etc/camera/pureShot_parameter.xml|vendor/etc/camera/pureView_parameter.xml)
             sed -i 's/=\([0-9]\+\)>/="\1">/g' "${2}"
             ;;
-        vendor/etc/init/hw/init.batterysecret.rc)
-            sed -i 's/on charger/on property:init.svc.vendor.charger=running/g' "${2}"
-            ;;
     esac
 }