diff options
Diffstat (limited to 'build/codegen.go')
-rw-r--r-- | build/codegen.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/codegen.go b/build/codegen.go index a9966f2dcb..cc967accb8 100644 --- a/build/codegen.go +++ b/build/codegen.go @@ -164,11 +164,6 @@ type codegenProperties struct { } } -type codegenCustomizer struct { - library bool - codegenProperties codegenProperties -} - func defaultDeviceCodegenArches(ctx android.LoadHookContext) []string { arches := make(map[string]bool) for _, a := range ctx.DeviceConfig().Arches() { |