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

Commit f0699d62 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "codec2 hal: AIDL type conversion, step 3" into main am: b092d2b3 am:...

Merge "codec2 hal: AIDL type conversion, step 3" into main am: b092d2b3 am: 14b97bf2 am: a878f5b1 am: 82242ead am: 5bf1aaca

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



Change-Id: I21e51bed6504412dd2ef325a34ce81df392dcebf
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c97f230f 5bf1aaca
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ cc_library {
    name: "libcodec2_aidl_client",

    srcs: [
        "BufferTypes.cpp",
        "ParamTypes.cpp",
    ],

@@ -17,7 +18,9 @@ cc_library {
    ],

    shared_libs: [
        "android.hardware.common-V2-ndk",
        "android.hardware.media.bufferpool@2.0",
        "android.hardware.media.bufferpool2-V1-ndk",
        "android.hardware.media.c2-V1-ndk",
        "libbinder_ndk",
        "libbase",
@@ -27,9 +30,14 @@ cc_library {
        "libcutils",
        "liblog",
        "libnativewindow",
        "libstagefright_aidl_bufferpool2",
        "libutils",
    ],

    static_libs: [
        "libaidlcommonsupport",
    ],

    export_include_dirs: [
        "include",
    ],