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

Commit 970b4d86 authored by Lajos Molnar's avatar Lajos Molnar Committed by Automerger Merge Worker
Browse files

Merge "mediaserver: add instructions for switching to 64 bit" into sc-dev am: c5bc7038

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/15146211

Change-Id: Idc9b86495fd0e0c7ab6f366fadfa2ff68464b8b5
parents c93f14a2 c5bc7038
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -53,9 +53,12 @@ cc_binary {
        "frameworks/av/services/mediaresourcemanager",
    ],

    // mediaserver has only been verified on 32-bit, see b/126502613
    // use "prefer32" to *only* enable 64-bit builds on 64-bit-only lunch
    // targets, which allows them to reach 'boot_complete'.
    // By default mediaserver runs in 32-bit to save memory, except
    // on 64-bit-only lunch targets.
    // ****************************************************************
    // TO ENABLE 64-BIT MEDIASERVER ON MIXED 32/64-BIT DEVICES, COMMENT
    // OUT THE FOLLOWING LINE:
    // ****************************************************************
    compile_multilib: "prefer32",

    init_rc: ["mediaserver.rc"],