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

Commit c96853c6 authored by Trevor Knight's avatar Trevor Knight Committed by Automerger Merge Worker
Browse files

Merge "Create a folder and empty build rule for IAMF decoding" into main am: aacec3eb

parents 62c1ac70 aacec3eb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
package {
    default_applicable_licenses: ["frameworks_av_license"],
}

cc_library {
    name: "libcodec2_soft_iamfdec",

    srcs: [],

    shared_libs: [
        // iamf_tools library will need to go here.
    ],
}