Ray Essick | ce76d5a | 2021-03-10 13:13:33 -0800 | [diff] [blame] | 1 | # |
Ray Essick | 1ca2522 | 2020-05-26 14:20:40 -0700 | [diff] [blame] | 2 | # mainline files for frameworks/av |
Ray Essick | ce76d5a | 2021-03-10 13:13:33 -0800 | [diff] [blame] | 3 | # this list used by tools/mainline_hook_*.sh to help separate |
| 4 | # mainline changes vs framework changes, which release at different paces. |
| 5 | # |
Ray Essick | 1ca2522 | 2020-05-26 14:20:40 -0700 | [diff] [blame] | 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) |
Ray Essick | ce76d5a | 2021-03-10 13:13:33 -0800 | [diff] [blame] | 10 | # |
Ray Essick | 1ca2522 | 2020-05-26 14:20:40 -0700 | [diff] [blame] | 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 | |
| 27 | media/codec2/components/ |
| 28 | media/codecs/ |
| 29 | media/extractors/ |
Ray Essick | ce76d5a | 2021-03-10 13:13:33 -0800 | [diff] [blame] | 30 | media/libstagefright/mpeg2ts/ |
| 31 | media/libstagefright/flac/ |