Loading media/mediaserver/Android.bp +6 −3 Original line number Diff line number Diff line Loading @@ -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"], Loading Loading
media/mediaserver/Android.bp +6 −3 Original line number Diff line number Diff line Loading @@ -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"], Loading