diff --git a/Aerodactyl-vendor.mk b/Aerodactyl-vendor.mk index afbe03f..5960636 100644 --- a/Aerodactyl-vendor.mk +++ b/Aerodactyl-vendor.mk @@ -266,13 +266,11 @@ PRODUCT_COPY_FILES += \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/init.thermal_core.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.thermal_core.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/init.vtservice_hidl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.vtservice_hidl.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/init.wlan_drv.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlan_drv.rc \ - vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/ipsec_mon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ipsec_mon.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/lbs_hidl_service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/lbs_hidl_service.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/mtk_agpsd_p.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/mtk_agpsd_p.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/mtkgnss-batching.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/mtkgnss-batching.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/mtkrild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/mtkrild.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/muxreport.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/muxreport.rc \ - vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/netdagent.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/netdagent.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/nvram_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/nvram_daemon.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/tee.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/tee.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/tetheroffloadservice.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/tetheroffloadservice.rc \ @@ -1204,14 +1202,12 @@ PRODUCT_PACKAGES += \ vendor.noth.hardware.sensor.sensor_extension-service \ vendor.trustonic.tee@1.1-service \ vtservice_hidl \ - ipsec_mon \ lbs_hidl_service \ mcDriverDaemon \ mnld \ jpegtool \ mtk_agpsd \ muxreport \ - netdagent \ ntf-service \ nvram_daemon \ thermal_core \ diff --git a/Android.bp b/Android.bp index 8faded2..15e317b 100644 --- a/Android.bp +++ b/Android.bp @@ -25091,34 +25091,6 @@ cc_prebuilt_binary { soc_specific: true, } -cc_prebuilt_binary { - name: "ipsec_mon", - owner: "nothing", - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/bin/ipsec_mon", - ], - shared_libs: [ - "libcutils", - "liblog", - "libforkexecwrap", - "libifcutils_mtk", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - strip: { - none: true, - }, - prefer: true, - soc_specific: true, -} - cc_prebuilt_binary { name: "lbs_hidl_service", owner: "nothing", @@ -25309,37 +25281,6 @@ cc_prebuilt_binary { soc_specific: true, } -cc_prebuilt_binary { - name: "netdagent", - owner: "nothing", - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/bin/netdagent", - ], - shared_libs: [ - "libcutils", - "liblog", - "libforkexecwrap", - "libutils", - "libhidlbase", - "libifcutils_mtk", - "vendor.mediatek.hardware.netdagent@1.0", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - strip: { - none: true, - }, - prefer: true, - soc_specific: true, -} - cc_prebuilt_binary { name: "ntf-service", owner: "nothing", diff --git a/proprietary/vendor/bin/ipsec_mon b/proprietary/vendor/bin/ipsec_mon deleted file mode 100755 index f542409..0000000 Binary files a/proprietary/vendor/bin/ipsec_mon and /dev/null differ diff --git a/proprietary/vendor/bin/netdagent b/proprietary/vendor/bin/netdagent deleted file mode 100755 index d97e0aa..0000000 Binary files a/proprietary/vendor/bin/netdagent and /dev/null differ diff --git a/proprietary/vendor/etc/init/ipsec_mon.rc b/proprietary/vendor/etc/init/ipsec_mon.rc deleted file mode 100644 index 2240bb8..0000000 --- a/proprietary/vendor/etc/init/ipsec_mon.rc +++ /dev/null @@ -1,11 +0,0 @@ -service ipsec_mon /vendor/bin/ipsec_mon - class main - user system - oneshot - group net_admin net_raw system misc - capabilities NET_ADMIN NET_RAW - -# -# ePDG related services (End) -# - diff --git a/proprietary/vendor/etc/init/netdagent.rc b/proprietary/vendor/etc/init/netdagent.rc deleted file mode 100644 index 26e19fe..0000000 --- a/proprietary/vendor/etc/init/netdagent.rc +++ /dev/null @@ -1,21 +0,0 @@ -service netdagent /vendor/bin/netdagent - class late_start - #socket netdagent stream 0660 root system - user system - group net_admin net_raw system misc - capabilities NET_ADMIN NET_RAW - -on property:persist.vendor.operator.optr=OP12 - write /proc/sys/net/optr 12 - -# NTT also need this feature. optr in kernel -# only is like a feature option to enable this -# feature. No longer operator code meaning again. -on property:persist.vendor.operator.optr=OP17 - write /proc/sys/net/optr 12 - -# ATT also need this feature. optr in kernel -# only is like a feature option to enable this -# feature. No longer operator code meaning again. -on property:persist.vendor.operator.optr=OP07 - write /proc/sys/net/optr 12