sm8250-common: Import FOD HAL from device/oneplus/sm8150-common
This commit is contained in:
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)
|
||||
}
|
||||
Reference in New Issue
Block a user