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

Commit aba4ae66 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

Change-Id: Ia709b009261c1b87f98b45a87a3e8ad965d4d28a
parents bde7aa55 b8ec243b
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,
}