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

Commit 9ed776ce authored by Ayushi Khopkar's avatar Ayushi Khopkar
Browse files

libstagefright_mpeg2support: Add host support

Test: Build libstagefright_mpeg2support on host
Bug: 151789773

Change-Id: I96b656ed16cd800612d5e4528bdc09653ce1913e
parent b29806e2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -47,6 +47,14 @@ cc_defaults {
    ],

    min_sdk_version: "29",

    host_supported: true,

    target: {
        darwin: {
            enabled: false,
        },
    },
}