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.

18 lines
336 B

cc_prebuilt_library {
name: "libvdpp",
compile_multilib: "both",
multilib: {
lib64: {
srcs: ["lib/arm64/libvdpp.so"],
},
lib32: {
srcs: ["lib/arm/libvdpp.so"],
},
},
strip: {
none: true,
},
check_elf_files: false,
vendor_available: true,
}