diff --git a/proprietary/vendor/bin/feature_enabler_client b/proprietary/vendor/bin/feature_enabler_client deleted file mode 100755 index 43443a3..0000000 Binary files a/proprietary/vendor/bin/feature_enabler_client and /dev/null differ diff --git a/proprietary/vendor/etc/init/feature_enabler_client.rc b/proprietary/vendor/etc/init/feature_enabler_client.rc deleted file mode 100644 index b19d37a..0000000 --- a/proprietary/vendor/etc/init/feature_enabler_client.rc +++ /dev/null @@ -1,19 +0,0 @@ -on post-fs-data - mkdir /mnt/vendor/persist/data/pfm 0755 system system - mkdir /mnt/vendor/persist/data/pfm/licenses 0755 system system - chown system system /mnt/vendor/persist/feature_enabler_client - chmod 0775 /mnt/vendor/persist/feature_enabler_client - -service feature_enabler_client /vendor/bin/feature_enabler_client - class late_start - user system - group system graphics - -on property:init.svc.vendor.qti.hardware.display.composer=stopping - stop feature_enabler_client - -on property:init.svc.vendor.qti.hardware.display.composer=running - start feature_enabler_client - -on property:init.svc.vendor.qti.hardware.display.composer=restarting - restart feature_enabler_client diff --git a/sm7250-common-vendor.mk b/sm7250-common-vendor.mk index e45b857..5c15d95 100644 --- a/sm7250-common-vendor.mk +++ b/sm7250-common-vendor.mk @@ -110,7 +110,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/cnd:$(TARGET_COPY_OUT_VENDOR)/bin/cnd \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/dpmQmiMgr:$(TARGET_COPY_OUT_VENDOR)/bin/dpmQmiMgr \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/dspservice:$(TARGET_COPY_OUT_VENDOR)/bin/dspservice \ - vendor/oneplus/sm7250-common/proprietary/vendor/bin/feature_enabler_client:$(TARGET_COPY_OUT_VENDOR)/bin/feature_enabler_client \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.bluetooth@1.0-service-qti \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/android.hardware.drm@1.3-service.widevine:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.drm@1.3-service.widevine \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.gatekeeper@1.0-service-qti \ @@ -226,7 +225,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/dataadpl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataadpl.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/dataqti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataqti.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/dpmQmiMgr.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dpmQmiMgr.rc \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/feature_enabler_client.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/feature_enabler_client.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/ims_rtp_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ims_rtp_daemon.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/imsdatadaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/imsdatadaemon.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/imsqmidaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/imsqmidaemon.rc \