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