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

Commit bcfc35b0 authored by Kris Alder's avatar Kris Alder Committed by Gerrit Code Review
Browse files

Merge "libamrextractor: Add host support"

parents d10311e4 e3f825b2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,4 +8,10 @@ cc_library {
        "libstagefright_foundation",
    ],

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