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

Commit 11ff74e4 authored by Lajos Molnar's avatar Lajos Molnar Committed by Gerrit Code Review
Browse files

Merge "libstagefright_foundation: Add libbinder_headers."

parents 3bd5e4ff a99040f7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,9 @@ cc_defaults {
    ],

    header_libs: [
        // this is only needed for the vendor variant that removes libbinder, but vendor
        // target below does not allow adding header_libs.
        "libbinder_headers",
        "libstagefright_foundation_headers",
        "media_ndk_headers",
        "media_plugin_headers",
@@ -98,6 +101,7 @@ cc_defaults {

    target: {
        vendor: {
            // TODO: add libbinder_headers here instead of above when it becomes supported
            exclude_shared_libs: [
                "libbinder",
            ],