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

Commit 1d3b2e78 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Rename media apex to com.android.media

And, remove file_contexts

Test: m com.android.media
Bug: 112766913
Change-Id: I737e16ccca346daddff3a1fcd4b88106457aa7ff
parent a0fd81b4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
// limitations under the License.

apex {
    name: "apex.media",
    name: "com.android.media",
    manifest: "manifest.json",
    native_shared_libs: [
        // Extractor plugins
@@ -30,11 +30,11 @@ apex {
        // MediaPlayer2
        "libmedia2_jni",
    ],
    key: "apex.media.key",
    key: "com.android.media.key",
}

apex_key {
    name: "apex.media.key",
    name: "com.android.media.key",
    public_key: "media.avbpubkey",
    private_key: "media.pem",
}

apex/file_contexts

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
(/.*)?                u:object_r:system_file:s0
/manifest\.json   u:object_r:system_file:s0
/lib(64)?(/.*)  u:object_r:system_lib_file:s0