Files
rk35xx-android14/hardware/rockchip/libpq/Android.bp
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

27 lines
481 B
Plaintext
Executable File

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,
}