2019-07-15 04:24:51 +00:00
|
|
|
package msmnile
|
|
|
|
|
|
|
|
import (
|
|
|
|
"android/soong/android"
|
|
|
|
)
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
android.RegisterModuleType("oneplus_msmnile_fod_hal_binary", fodHalBinaryFactory)
|
2021-04-01 13:00:27 +00:00
|
|
|
android.RegisterModuleType("oneplus_msmnile_sensors_hal_binary", sensorsHalBinaryFactory)
|
2019-07-15 04:24:51 +00:00
|
|
|
}
|