sm8250-common: Add argos-daemon

This is used to boost CPU based on network/storage activity.

Change-Id: Idbbf704d966711612564ca1e6484b8bff394841c
This commit is contained in:
Atakan
2025-03-11 09:39:34 +03:00
committed by Bruno Martins
parent be088e1e95
commit 4a7390002b
3 changed files with 27 additions and 0 deletions
+26
View File
@@ -10383,6 +10383,32 @@ cc_prebuilt_binary {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_binary {
name: "argosd",
owner: "samsung",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/argosd",
],
shared_libs: [
"liblog",
"libcutils",
"libc",
"libc++",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary { cc_prebuilt_binary {
name: "cdsprpcd", name: "cdsprpcd",
owner: "samsung", owner: "samsung",
BIN
View File
Binary file not shown.
+1
View File
@@ -436,6 +436,7 @@ PRODUCT_PACKAGES += \
vendor.samsung.hardware.thermal@1.0-manifest.xml \ vendor.samsung.hardware.thermal@1.0-manifest.xml \
adpl \ adpl \
adsprpcd \ adsprpcd \
argosd \
cdsprpcd \ cdsprpcd \
cnss-daemon \ cnss-daemon \
dspservice \ dspservice \