Merge "Revert "Revert "Revert "Revert "Export static libraries."""""
diff --git a/apex/apex.go b/apex/apex.go
index 177856e..81e969d 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -570,7 +570,7 @@
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)