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

Commit 3c9b0120 authored by Ray Essick's avatar Ray Essick
Browse files

Mediaserver back to 32-bits

force mediaserver to 32-bits, 64-bit version failed wider testing.

Bug: 126502613
Bug: 16890215
Test: use camera app to record video
Test: android.media.cts.MediaPlayer2Test#testRecordedVideoPlayback0
Test: android.media.cts.MediaPlayerTest#testRecordedVideoPlayback0
parent be32a246
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ cc_binary {
        "libutils",
        "libbinder",
        "libandroidicu",
        "android.hardware.media.omx@1.0",
    ],

    static_libs: [
@@ -33,6 +34,9 @@ cc_binary {
        "frameworks/av/services/mediaresourcemanager",
    ],

    // back to 32-bit, b/126502613
    compile_multilib: "32",

    init_rc: ["mediaserver.rc"],

    cflags: [