diff options
Diffstat (limited to 'android/hooks.go')
| -rw-r--r-- | android/hooks.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/hooks.go b/android/hooks.go index 2d2f797bd..58109961b 100644 --- a/android/hooks.go +++ b/android/hooks.go @@ -129,6 +129,8 @@ func registerLoadHookMutator(ctx RegisterMutatorsContext) { func LoadHookMutator(ctx TopDownMutatorContext) { if m, ok := ctx.Module().(Module); ok { + m.base().commonProperties.DebugName = ctx.ModuleName() + // Cast through *topDownMutatorContext because AppendProperties is implemented // on *topDownMutatorContext but not exposed through TopDownMutatorContext var loadHookCtx LoadHookContext = ctx.(*topDownMutatorContext) |