add audio blobs

This commit is contained in:
SaschaNes
2025-08-03 10:23:47 +02:00
parent f0ddcb9815
commit be543c702e
7 changed files with 606 additions and 28 deletions

View File

@@ -15,6 +15,83 @@ soong_namespace {
],
}
cc_prebuilt_binary {
name: "android.hardware.audio.service_64",
check_elf_files: false,
owner: "samsung",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/hw/android.hardware.audio.service_64",
],
},
},
compile_multilib: "64",
relative_install_path: "hw",
installable: true,
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "secaudiohalaidl",
check_elf_files: false,
owner: "samsung",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/hw/secaudiohalaidl",
],
},
},
compile_multilib: "64",
relative_install_path: "hw",
prefer: true,
installable: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "android.hardware.audio.service",
check_elf_files: false,
owner: "samsung",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/hw/android.hardware.audio.service",
],
},
},
compile_multilib: "64",
relative_install_path: "hw",
prefer: true,
installable: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "pm-proxy",
check_elf_files: false,
owner: "samsung",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/hw/pm-proxy",
],
},
},
compile_multilib: "64",
relative_install_path: "hw",
installable: true,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "SWPD_libTsAf",
owner: "samsung",
@@ -31350,34 +31427,6 @@ cc_prebuilt_binary {
soc_specific: true,
}
cc_prebuilt_binary {
name: "pm-proxy",
owner: "samsung",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/pm-proxy",
],
shared_libs: [
"libperipheral_client",
"libcutils",
"liblog",
"libmdmdetect",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "pm-service",
owner: "samsung",