Spacewar: Import Richtap blobs
Use libaacvibrator from eqs, because ours isn't working on AOSP Change-Id: If4295efc5fd665d229bdba5757971b63ff5ef6ad
This commit is contained in:
27
Android.bp
27
Android.bp
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user