From 02196574a96aadf96d4842561d761637e031f932 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 14 Nov 2018 13:54:14 +0900 Subject: Rename APEX file_contexts as -file_context It was _file_context before. Changing for better readability. Bug: 119034475 Test: m apex.test com.android.tzdata com.android.runtime Change-Id: I0d3d3319370cdbb366d06626c8ac978ca8d875c3 --- apex/apex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex/apex.go') 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) -- cgit v1.2.3-59-g8ed1b