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

Commit b2bcebca authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I8b15407d,I2667b6f5,I8c83c6b7 into main

* changes:
  codec2 hal: type conversion refactoring, step 1
  RELAND "codec2 hal: move directories around"
  RELAND "codec2 hal: Codec2ConfigurableClient to take HIDL or AIDL base"
parents 912902c1 cef7a217
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -43,8 +43,10 @@ cc_library {
        "android.hardware.media.c2@1.0",
        "android.hardware.media.c2@1.0",
        "android.hardware.media.c2@1.1",
        "android.hardware.media.c2@1.1",
        "android.hardware.media.c2@1.2",
        "android.hardware.media.c2@1.2",
        "android.hardware.media.c2-V1-ndk",
        "libbase",
        "libbase",
        "libbinder",
        "libbinder",
        "libbinder_ndk",
        "libcodec2",
        "libcodec2",
        "libcodec2_hidl_client@1.0",
        "libcodec2_hidl_client@1.0",
        "libcodec2_hidl_client@1.1",
        "libcodec2_hidl_client@1.1",
Loading