You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
390 B
19 lines
390 B
cc_prebuilt_library {
|
|
name: "audio.a2dp.rk30board",
|
|
compile_multilib: "both",
|
|
multilib: {
|
|
lib64: {
|
|
srcs: ["lib64/audio.a2dp.rk30board.so"],
|
|
},
|
|
lib32: {
|
|
srcs: ["lib/audio.a2dp.rk30board.so"],
|
|
},
|
|
},
|
|
relative_install_path: "hw",
|
|
strip: {
|
|
none: true,
|
|
},
|
|
check_elf_files: false,
|
|
vendor: true,
|
|
}
|