summaryrefslogtreecommitdiff
path: root/testing/test_spec.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-01-02 19:44:52 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-01-02 19:44:52 +0000
commita3759f98a63eb2ab4e0c6620d2e27d3434ee6ec0 (patch)
tree005d4dc8d8c8b0b178467f18a959b31cb7f2a8dd /testing/test_spec.go
parent64c9e0ce6e4aa183b2fae40a18e3e5435c49229d (diff)
parent31a674571e53f12dffb97698e65b9eee6ae0ebbc (diff)
Merge "Write raw files to disk instead of the ninja file" into main
Diffstat (limited to 'testing/test_spec.go')
-rw-r--r--testing/test_spec.go2
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{