Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8ec243b authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge "Make file_contexts as "android:path" property"

parents 76d06d2d f0468c07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
apex {
    name: "test_com.android.media",
    manifest: "test_manifest.json",
    file_contexts: "com.android.media",
    file_contexts: ":com.android.media-file_contexts",
    defaults: ["com.android.media-defaults"],
    installable: false,
}
@@ -23,7 +23,7 @@ apex {
apex {
    name: "test_com.android.media.swcodec",
    manifest: "test_manifest_codec.json",
    file_contexts: "com.android.media.swcodec",
    file_contexts: ":com.android.media.swcodec-file_contexts",
    defaults: ["com.android.media.swcodec-defaults"],
    installable: false,
}