diff options
Diffstat (limited to 'android/base_module_context.go')
-rw-r--r-- | android/base_module_context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/base_module_context.go b/android/base_module_context.go index c5fe58578..2dc1fd7c6 100644 --- a/android/base_module_context.go +++ b/android/base_module_context.go @@ -536,7 +536,7 @@ func IsMetaDependencyTag(tag blueprint.DependencyTag) bool { return true } else if tag == licensesTag { return true - } else if tag == acDepTag { + } else if tag == AcDepTag { return true } return false |