diff options
Diffstat (limited to 'android/mutator.go')
-rw-r--r-- | android/mutator.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/mutator.go b/android/mutator.go index 6bcac93c1..41477b8ed 100644 --- a/android/mutator.go +++ b/android/mutator.go @@ -231,6 +231,7 @@ type Bp2buildMutatorContext interface { BazelConversionPathContext CreateBazelTargetModule(bazel.BazelTargetModuleProperties, CommonAttributes, interface{}) + CreateBazelTargetModuleWithRestrictions(bazel.BazelTargetModuleProperties, CommonAttributes, interface{}, bazel.BoolAttribute) } // PreArchBp2BuildMutators adds mutators to be register for converting Android Blueprint modules |