Update list of mainline-involved files
This is used by repo hooks to remind uploaders of files that should
also be uploaded to mainline branches. Also provide OWNERS info to ease
future updates to the file.
Bug: 247992660
Bug: 245354160
Test: manual
Change-Id: I9c8940bee1dcb6a8ba0724854a243c04c921a529
diff --git a/MainlineFiles.cfg b/MainlineFiles.cfg
index 490bbbf..4e1d3a2 100644
--- a/MainlineFiles.cfg
+++ b/MainlineFiles.cfg
@@ -21,11 +21,19 @@
#
# 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/"
+# if you want to specify a directory, best to use a pattern like "foo/"
#
+apex/
media/codec2/components/
-media/codecs/
-media/extractors/
-media/libstagefright/mpeg2ts/
-media/libstagefright/flac/
+media/codec2/core/
+media/codec2/hidl/
+media/codec2/sfplugin/utils/
+media/codec2/vndk/
+media/module/
+services/mediacodec/
+
+# source code used in both framework and mainline libraries
+media/libstagefright/HevcUtils.cpp
+media/libstagefright/MediaSource.cpp
+media/libstagefright/Utils.cpp