vendor/cloud/hardware/vibrator/Android.bp

19 lines
416 B
Plaintext
Raw Normal View History

2025-08-25 08:12:20 +08:00
cc_prebuilt_library_shared {
name: "vibrator.default",
vendor:true,
relative_install_path: "hw",
strip: {
none: true,
},
arch: {
arm: {
srcs: ["lib/vibrator.default.so"],
},
arm64: {
srcs: ["lib64/vibrator.default.so"],
},
},
shared_libs: ["libc++", "liblog"],
check_elf_files: false,
compile_multilib : "both",
}