media/library/common/src
ibaker 136c997d7b Add TYPE_USE to 'frequently used' IntDefs in a backwards-compatible way
This ensures Kotlin usages of these IntDef annotations in the 'old'
position will continue to compile.

'Frequently used' is a subjective judgement. I have a parallel change
that marks all the other public IntDefs in the library as TYPE_USE
(those that I've judged to be 'rarely used' by apps).

A follow-up change will fix the positions of existing usages to be as if
they're only TYPE_USE.

#minor-release

PiperOrigin-RevId: 426427334
2022-02-07 11:13:54 +00:00
..
main Add TYPE_USE to 'frequently used' IntDefs in a backwards-compatible way 2022-02-07 11:13:54 +00:00
test Add missing AudioFormat encoding conversions 2022-01-25 19:41:56 +00:00