blob: f694a41a28925aa3372df8517e31b0ba6435e4c3 [file] [log] [blame]
Ray Essick1ca25222020-05-26 14:20:40 -07001#
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/
Ray Essick1ca25222020-05-26 14:20:40 -070027media/libstagefright/mpeg2ts