sm8250-common: Add argos-daemon
This is used to boost CPU based on network/storage activity. Change-Id: Idbbf704d966711612564ca1e6484b8bff394841c
This commit is contained in:
+26
@@ -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
Binary file not shown.
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user