2020-06-22 14:00:06 -04:00
|
|
|
bootstrap_go_package {
|
2021-05-25 12:54:59 -04:00
|
|
|
name: "soong-oneplus-lahaina-plugins",
|
|
|
|
pkgPath: "device/oneplus/sm8350-common",
|
2020-06-22 14:00:06 -04:00
|
|
|
deps: [
|
|
|
|
"blueprint",
|
|
|
|
"blueprint-pathtools",
|
|
|
|
"soong",
|
|
|
|
"soong-android",
|
|
|
|
"soong-cc",
|
|
|
|
"soong-genrule",
|
|
|
|
],
|
|
|
|
srcs: [
|
|
|
|
"fod.go",
|
|
|
|
"main.go",
|
|
|
|
],
|
|
|
|
pluginFor: ["soong_build"],
|
|
|
|
}
|