Convert kernel package to use test fixtures
Bug: 181070625 Test: m nothing Change-Id: Ibd3cc62feec1b911d74451d53cea81607d3bec36
This commit is contained in:
@@ -27,8 +27,12 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
android.RegisterModuleType("prebuilt_kernel_modules", prebuiltKernelModulesFactory)
|
||||
pctx.Import("android/soong/cc/config")
|
||||
registerKernelBuildComponents(android.InitRegistrationContext)
|
||||
}
|
||||
|
||||
func registerKernelBuildComponents(ctx android.RegistrationContext) {
|
||||
ctx.RegisterModuleType("prebuilt_kernel_modules", prebuiltKernelModulesFactory)
|
||||
}
|
||||
|
||||
type prebuiltKernelModules struct {
|
||||
|
Reference in New Issue
Block a user