ccbe95fd创建于 2020年1月21日历史提交
toolchain("toolchain") {
}

static_library("foo") {
  deps = [ ":bar" ]
}

static_library("bar") {
  deps = [ ":foo" ]
}