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

Commit aacec3eb authored by Trevor Knight's avatar Trevor Knight Committed by Gerrit Code Review
Browse files

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

parents 1a5d8bb0 8d8808ad
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.
    ],
}