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
9
soong/main.go
Normal file
9
soong/main.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package kona
|
||||
|
||||
import (
|
||||
"android/soong/android"
|
||||
)
|
||||
|
||||
func init() {
|
||||
android.RegisterModuleType("oneplus_kona_fod_hal_binary", fodHalBinaryFactory)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue