blob: c933a0d292aa529f7671a0533c69cdc086871016 [file] [log] [blame]
<%include file="header.mako" />
import("//build/banjo/banjo.gni")
banjo_dummy("${data.name}") {
name = "${data.library}"
sdk_category = "partner"
sources = [
% for source in sorted(data.sources):
"${source}",
% endfor
]
}