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

Commit 5bf1aaca 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

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



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


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


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


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


    static_libs: [
        "libaidlcommonsupport",
    ],

    export_include_dirs: [
    export_include_dirs: [
        "include",
        "include",
    ],
    ],