Spacewar: Import Richtap blobs

Use libaacvibrator from eqs, because ours isn't working on AOSP

Change-Id: If4295efc5fd665d229bdba5757971b63ff5ef6ad
This commit is contained in:
BrainKub
2025-01-28 10:54:04 +03:00
committed by Wiktor Rudzki
parent 91973eb5fd
commit 76fc3b9914
4 changed files with 29 additions and 0 deletions

View File

@@ -13720,6 +13720,33 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaacvibrator",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libaacvibrator.so",
],
shared_libs: [
"liblog",
"libcutils",
"libutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaidenoiser",
owner: "nothing",