Aerodactyl: add richtap blobs

Change-Id: I57256fc5bdf7d75d1acaaa940f4e6f15168c84cd
This commit is contained in:
Cosmin Tanislav
2025-01-28 00:16:14 +02:00
committed by Mashopy
parent 8e474a2e07
commit 2551d950be
4 changed files with 29 additions and 0 deletions
+27
View File
@@ -2318,6 +2318,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: "libaal_key",
owner: "nothing",