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

Commit 925e03a9 authored by Wonsik Kim's avatar Wonsik Kim Committed by Android (Google) Code Review
Browse files

Merge "codec2: add a sample filter plugin" into sc-dev

parents 8d665f38 c9dc4e6a
Loading
Loading
Loading
Loading
+49 −0
Original line number Diff line number Diff line
cc_defaults {
    name: "sample-codec2-hidl-plugin-defaults",

    srcs: [
        "SampleFilterPlugin.cpp",
    ],

    defaults: [
        "libcodec2-impl-defaults",
    ],

    header_libs: [
        "libcodec2_hidl_plugin_headers",
        "libgui_headers",
    ],

    shared_libs: [
        "libEGL",
        "libGLESv1_CM",
        "libGLESv2",
        "libGLESv3",
        "libbase",
        "libcodec2",
        "libcutils",
        "libprocessgroup",
        "libsfplugin_ccodec_utils",
        "libsync",
        "libui",
        "libutils",
    ],

    static_libs: [
        "librenderfright",
    ],

    cflags: [
        "-Werror",
        "-Wall",
    ],
}

cc_library {
    name: "sample-codec2-hidl-plugin",
    vendor: true,

    defaults: [
        "sample-codec2-hidl-plugin-defaults",
    ],
}
+969 −0

File added.

Preview size limit exceeded, changes collapsed.