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

Commit be541a59 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Lajos Molnar
Browse files

mediaserver: add instructions for switching to 64 bit

Bug: 169303746
Related-Bug: 178228919
Test: atest CtsMediaTestCases
Test: atest CtsMediaV2TestCases
Test: atest CtsCameraTestCases

Change-Id: Ice2471a2a4ccf3dec6c4788dd3517c93d4ed0d20
parent b24894a1
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"],