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' |
Ray Essick | cb77130 | 2022-09-21 08:11:58 -0500 | [diff] [blame] | 24 | # if you want to specify a directory, best to use a pattern like "foo/" |
Ray Essick | 1ca2522 | 2020-05-26 14:20:40 -0700 | [diff] [blame] | 25 | # |
| 26 | |
Ray Essick | cb77130 | 2022-09-21 08:11:58 -0500 | [diff] [blame] | 27 | apex/ |
Ray Essick | 1ca2522 | 2020-05-26 14:20:40 -0700 | [diff] [blame] | 28 | media/codec2/components/ |
Ray Essick | cb77130 | 2022-09-21 08:11:58 -0500 | [diff] [blame] | 29 | media/codec2/core/ |
| 30 | media/codec2/hidl/ |
| 31 | media/codec2/sfplugin/utils/ |
| 32 | media/codec2/vndk/ |
Ray Essick | 7f56e1a | 2022-10-11 02:30:22 -0500 | [diff] [blame] | 33 | media/libstagefright/data/media_codecs_sw.xml |
Ray Essick | cb77130 | 2022-09-21 08:11:58 -0500 | [diff] [blame] | 34 | media/module/ |
| 35 | services/mediacodec/ |
| 36 | |
| 37 | # source code used in both framework and mainline libraries |
| 38 | media/libstagefright/HevcUtils.cpp |
| 39 | media/libstagefright/MediaSource.cpp |
| 40 | media/libstagefright/Utils.cpp |