aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/builder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/builder.go b/python/builder.go
index 541d2bf0..b823fcb9 100644
--- a/python/builder.go
+++ b/python/builder.go
@@ -82,7 +82,7 @@ func registerBuildActionForModuleFileList(ctx android.ModuleContext,
Output: fileList,
Implicits: files,
Args: map[string]string{
- "content": strings.Join(content, "\n"),
+ "content": strings.Join(content, `\n`),
},
})