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

Commit 8d8808ad authored by Trevor Knight's avatar Trevor Knight
Browse files

Create a folder and empty build rule for IAMF decoding

Change-Id: I4e0b181fdf0b3b4032535973173f9c83792f6f09
Bug: 337522902
parent aaafa175
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.
    ],
}