diff options
Diffstat (limited to 'testing/test_spec.go')
-rw-r--r-- | testing/test_spec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_spec.go b/testing/test_spec.go index d25961229..4d885c6de 100644 --- a/testing/test_spec.go +++ b/testing/test_spec.go @@ -117,7 +117,7 @@ func (module *TestSpecModule) GenerateAndroidBuildActions(ctx android.ModuleCont if err != nil { ctx.ModuleErrorf("Error: %s", err.Error()) } - android.WriteFileRule(ctx, intermediatePath, string(protoData)) + android.WriteFileRuleVerbatim(ctx, intermediatePath, string(protoData)) android.SetProvider(ctx, TestSpecProviderKey, TestSpecProviderData{ |