mirror of
https://github.com/linux-msm/pd-mapper.git
synced 2026-02-25 13:12:10 -08:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
cc_binary {
|
|
name: "pd-mapper",
|
|
vendor: true,
|
|
srcs: [
|
|
"pd-mapper.c",
|
|
"assoc.c",
|
|
"json.c",
|
|
"servreg_loc.c",
|
|
],
|
|
shared_libs: ["libqrtr"],
|
|
}
|