sm8250-common: Import FOD HAL from device/oneplus/sm8150-common
This commit is contained in:
parent
7e343c47fe
commit
e7779bb46f
13 changed files with 501 additions and 2 deletions
17
soong/Android.bp
Normal file
17
soong/Android.bp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
bootstrap_go_package {
|
||||
name: "soong-oneplus-kona-plugins",
|
||||
pkgPath: "device/oneplus/sm8250-common",
|
||||
deps: [
|
||||
"blueprint",
|
||||
"blueprint-pathtools",
|
||||
"soong",
|
||||
"soong-android",
|
||||
"soong-cc",
|
||||
"soong-genrule",
|
||||
],
|
||||
srcs: [
|
||||
"fod.go",
|
||||
"main.go",
|
||||
],
|
||||
pluginFor: ["soong_build"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue