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

Commit 47ac0df2 authored by Lajos Molnar's avatar Lajos Molnar Committed by Automerger Merge Worker
Browse files

Merge "libstagefright_foundation: Add libbinder_headers." am: 11ff74e4 am: 88178d9b

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1685032

Change-Id: I86cc45538914db5b61399a6cd03389536152705d
parents b6abcd24 88178d9b
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",
            ],