config: Include files in /vendor/media

On Pixel devices, important camera and face unlock files are located in
/vendor/media. Face unlock doesn't work at all on the Pixel 4 series
without the files.
This commit is contained in:
Danny Lin 2021-12-19 02:56:33 -08:00
parent fab307dae8
commit bae2a00286

View file

@ -1,15 +1,15 @@
filters:
files:
prefix:
# Fonts and media in all partitions
# Fonts and media in system partitions
- system/fonts/
- system/media/
- system_ext/fonts/
- system_ext/media/
- product/fonts/
- product/media/
# Fonts in vendor. On Pixel devices, important camera/face unlock files are in /vendor/media.
- vendor/fonts/
- vendor/media/
# Overlays are created separately and should never be copied as APKs.
- system/overlay/