Ray Essick | 1ca2522 | 2020-05-26 14:20:40 -0700 | [diff] [blame] | 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 | |
| 24 | media/codec2/components/ |
| 25 | media/codecs/ |
| 26 | media/extractors/ |
| 27 | media/libstagefright/codecs/amrnb/ |
| 28 | media/libstagefright/codecs/amrwb/ |
| 29 | media/libstagefright/codecs/amrwbenc/ |
| 30 | media/libstagefright/codecs/common/ |
| 31 | media/libstagefright/codecs/flac/ |
| 32 | media/libstagefright/codecs/m4v_h263/ |
| 33 | media/libstagefright/codecs/mp3dec/ |
| 34 | media/libstagefright/mpeg2ts |