# # mainline files for frameworks/av # this list used by tools/mainline_hook_*.sh to help separate # mainline changes vs framework changes, which release at different paces. # # # ignore comment (#) lines and blank lines # rest are path prefixes starting at root of the project # (so OWNERS, not frameworks/av/OWNERS) # # path # INCLUDE path # EXCLUDE path # # 'path' and 'INCLUDE path' are identical -- they both indicate that this path # is part of mainline # EXCLUDE indicates that this is not part of mainline, # so 'foo/' and 'EXCLUDE foo/nope' # means everything under foo/ is part of mainline EXCEPT foo/nope. # INCLUDE/EXCLUDE/INCLUDE nested structuring is not supported # # matching is purely prefix # so 'foo' will match 'foo', 'foo.c', 'foo/bar/baz' # if you want to exclude a directory, best to use a pattern like "foo/" # media/codec2/components/ media/codecs/ media/extractors/ media/libstagefright/mpeg2ts/ media/libstagefright/flac/