summaryrefslogtreecommitdiff
path: root/apex/apex.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-11-16 02:24:59 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-11-16 02:24:59 +0000
commit8ba38f45ac50c4637e1823b09f9d352442eb3f23 (patch)
tree5dee6526ae0b3b3c654cb4a89bf6057eea686c47 /apex/apex.go
parentc508121448c25eeb91a044b6adfb7e0f5401f0ac (diff)
parent02196574a96aadf96d4842561d761637e031f932 (diff)
Merge "Rename APEX file_contexts as <name>-file_context"
Diffstat (limited to 'apex/apex.go')
-rw-r--r--apex/apex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex.go b/apex/apex.go
index 177856e61..81e969d2f 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -570,7 +570,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext, keyFile and
manifest := android.PathForModuleSrc(ctx, proptools.StringDefault(a.properties.Manifest, "manifest.json"))
fcName := proptools.StringDefault(a.properties.File_contexts, a.ModuleBase.Name())
- fileContextsPath := "system/sepolicy/apex/" + fcName + "_file_contexts"
+ fileContextsPath := "system/sepolicy/apex/" + fcName + "-file_contexts"
fileContextsOptionalPath := android.ExistentPathForSource(ctx, fileContextsPath)
if !fileContextsOptionalPath.Valid() {
ctx.ModuleErrorf("Cannot find file_contexts file: %q", fileContextsPath)