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:
parent
fab307dae8
commit
bae2a00286
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue