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

Commit 7dfdf767 authored by Jooyung Han's avatar Jooyung Han Committed by android-build-merger
Browse files

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

am: aba4ae66

Change-Id: I896402370325fb84e589925df4766b5f5d130e4b
parents ad567468 aba4ae66
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,
}