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

Commit 19a4793f authored by Chong Zhang's avatar Chong Zhang
Browse files

Remove unused mediaswcodec.rc on system

bug: 163086880
test: verify media.swcodec process starts properly;
cts MediaMetadataRetrieverTest and check that sw decoders
are used for thumbnail extractions.

Change-Id: Icbf3774a69b4d4699045c4c71fe7dd0567528568
parent 6ea4a773
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,6 +2,5 @@ service media.swcodec /apex/com.android.media.swcodec/bin/mediaswcodec
    class main
    user mediacodec
    group camera drmrpc mediadrm
    override
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@ cc_binary {
        "libmedia_headers",
    ],

    init_rc: ["mediaswcodec.rc"],

    cflags: [
        "-Werror",
        "-Wall",
+0 −7
Original line number Diff line number Diff line
service media.swcodec /system/bin/mediaswcodec
    class main
    user mediacodec
    group camera drmrpc mediadrm
    updatable
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks