blob: b48986b044606195a7db9a50eda7f61c5c1bb799 [file] [edit]
arch: {
x86_64: {
rustlibs: ["libx86_64_rust"],
},
arm64: {
rustlibs: ["libaarch64"],
},
},
target: {
host: {
features: [
"gfxstream",
"gpu",
],
},
android: {
shared_libs: [
"libprocessgroup",
],
},
host_linux: {
features: [
"gdb",
"gdbstub",
],
rustlibs: [
"libgdbstub",
"libgdbstub_arch",
"libthiserror",
],
shared_libs: [
"libprocessgroup",
],
},
},
ld_flags: [
"-Wl,--rpath,\\$$ORIGIN",
"-Wl,--rpath,\\$$ORIGIN/../../lib64",
]