35aefbdbbb
prefix filters use startsWith() for matching, omitting the '/' makes them overly broad. Verified that on all supported devices (4th, 5th, 6th, 7th gen) generated vendor modules stay exactly the same.
20 lines
361 B
YAML
20 lines
361 B
YAML
device:
|
|
vendor: google_devices
|
|
|
|
includes:
|
|
- file-removal.yml
|
|
- overlay-removal.yml
|
|
- removal.yml
|
|
|
|
platform:
|
|
sepolicy_dirs:
|
|
- hardware/google/pixel-sepolicy
|
|
|
|
filters:
|
|
dep_files:
|
|
prefix:
|
|
# Protobufs for inline carrier extraction
|
|
- product/etc/CarrierSettings/
|
|
deprivileged_apks:
|
|
prefix:
|
|
- system_ext/priv-app/PixelNfc/
|