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.
27 lines
481 B
27 lines
481 B
bootstrap_go_package {
|
|
name: "soong-libpq",
|
|
pkgPath: "android/soong/libpq",
|
|
deps: [
|
|
"blueprint",
|
|
"blueprint-pathtools",
|
|
"soong",
|
|
"soong-android",
|
|
"soong-cc",
|
|
"soong-genrule",
|
|
],
|
|
srcs: [
|
|
"src.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|
|
|
|
cc_libpq_prebuilt_library {
|
|
name: "libpq",
|
|
compile_multilib: "both",
|
|
strip: {
|
|
none: true,
|
|
},
|
|
check_elf_files: false,
|
|
vendor: true,
|
|
}
|