1#
2# mainline files for frameworks/av
3#
4# ignore comment (#) lines and blank lines
5# rest are path prefixes starting at root of the project
6# (so OWNERS, not frameworks/av/OWNERS)
7#
8# path
9# INCLUDE path
10# EXCLUDE path
11#
12# 'path' and 'INCLUDE path' are identical -- they both indicate that this path
13# is part of mainline
14# EXCLUDE indicates that this is not part of mainline,
15# so 'foo/' and 'EXCLUDE foo/nope'
16# means everything under foo/ is part of mainline EXCEPT foo/nope.
17# INCLUDE/EXCLUDE/INCLUDE nested structuring is not supported
18#
19# matching is purely prefix
20# so 'foo' will match 'foo', 'foo.c', 'foo/bar/baz'
21# if you want to exclude a directory, best to use a pattern like "foo/"
22#
23
24media/codec2/components/
25media/codecs/
26media/extractors/
27media/libstagefright/codecs/amrnb/
28media/libstagefright/codecs/amrwb/
29media/libstagefright/codecs/amrwbenc/
30media/libstagefright/codecs/common/
31media/libstagefright/codecs/flac/
32media/libstagefright/codecs/m4v_h263/
33media/libstagefright/codecs/mp3dec/
34media/libstagefright/mpeg2ts
35