19 lines
381 B
Plaintext
19 lines
381 B
Plaintext
bootstrap_go_package {
|
|
name: "soong-oneplus-msmnile-plugins",
|
|
pkgPath: "device/oneplus/sm8150-common",
|
|
deps: [
|
|
"blueprint",
|
|
"blueprint-pathtools",
|
|
"soong",
|
|
"soong-android",
|
|
"soong-cc",
|
|
"soong-genrule",
|
|
],
|
|
srcs: [
|
|
"fod.go",
|
|
"sensors.go",
|
|
"main.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|