android_device_oneplus_dre/soong/Android.bp
Bruno Martins 410e7ff323 sm8350-common: Initial common device tree conversion
Change-Id: I0d7188b3fa82dddf3f9fb9523d716a8f15f46184
2021-06-01 11:12:31 +02:00

17 lines
359 B
Text

bootstrap_go_package {
name: "soong-oneplus-lahaina-plugins",
pkgPath: "device/oneplus/sm8350-common",
deps: [
"blueprint",
"blueprint-pathtools",
"soong",
"soong-android",
"soong-cc",
"soong-genrule",
],
srcs: [
"fod.go",
"main.go",
],
pluginFor: ["soong_build"],
}