config: minimal: Exclude AiAi and apps that crash without GMS
This commit is contained in:
parent
ce13670c2b
commit
d93f4fde39
1 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
|||
# TODO: Add more exclusions
|
||||
filters:
|
||||
files:
|
||||
match:
|
||||
# Apps that crash without GMS
|
||||
- product/priv-app/CarrierServices/CarrierServices.apk
|
||||
- product/priv-app/EuiccGoogle/EuiccGoogle.apk
|
||||
|
||||
prefix:
|
||||
# AiAi
|
||||
- product/priv-app/DeviceIntelligenceNetworkPrebuilt
|
||||
- product/priv-app/DevicePersonalizationPrebuilt
|
||||
|
||||
overlays:
|
||||
prefix:
|
||||
# System app delegation
|
||||
|
|
Loading…
Reference in a new issue