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

Commit c5bc7038 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android (Google) Code Review
Browse files

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

parents 233a22e1 be541a59
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"],