diff --git a/Android.bp b/Android.bp index 3639dc2..c6fb4c1 100644 --- a/Android.bp +++ b/Android.bp @@ -10383,6 +10383,32 @@ cc_prebuilt_binary { 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 { name: "cdsprpcd", owner: "samsung", diff --git a/proprietary/vendor/bin/argosd b/proprietary/vendor/bin/argosd new file mode 100755 index 0000000..175723f Binary files /dev/null and b/proprietary/vendor/bin/argosd differ diff --git a/sm8250-common-vendor.mk b/sm8250-common-vendor.mk index 3cf6b8c..74a2c04 100644 --- a/sm8250-common-vendor.mk +++ b/sm8250-common-vendor.mk @@ -436,6 +436,7 @@ PRODUCT_PACKAGES += \ vendor.samsung.hardware.thermal@1.0-manifest.xml \ adpl \ adsprpcd \ + argosd \ cdsprpcd \ cnss-daemon \ dspservice \