Aerodactyl: Drop more networking monitoring binaries

This commit is contained in:
Mashopy
2026-02-20 19:35:45 +01:00
parent f7f9490b4e
commit 3fe10642f4
6 changed files with 0 additions and 95 deletions
-4
View File
@@ -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 \
-59
View File
@@ -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",
Binary file not shown.
Binary file not shown.
-11
View File
@@ -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)
#
-21
View File
@@ -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