remove product/etc/CarrierSettings/ from dep_files
Inline carrier settings extraction is no longer used. This directory is not filtered out elsewhere, it will still be included in full (non-prep) vendor modules. However, collected system state files that were generated prior to this commit need to be regenerated, since they list these files as included in AOSP due to the way dep_files directive works.
This commit is contained in:
parent
86c7472066
commit
456fddae1b
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@ platform:
|
||||||
- hardware/google/pixel-sepolicy
|
- hardware/google/pixel-sepolicy
|
||||||
|
|
||||||
filters:
|
filters:
|
||||||
dep_files:
|
|
||||||
prefix:
|
|
||||||
# Protobufs for inline carrier extraction
|
|
||||||
- product/etc/CarrierSettings/
|
|
||||||
deprivileged_apks:
|
deprivileged_apks:
|
||||||
prefix:
|
prefix:
|
||||||
- system_ext/priv-app/PixelNfc/
|
- system_ext/priv-app/PixelNfc/
|
||||||
|
|
Loading…
Reference in a new issue