config: Update to use relative include paths
This commit is contained in:
parent
c279a5d773
commit
6885229ee8
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
includes:
|
includes:
|
||||||
- snippets/base.yml
|
- base.yml
|
||||||
|
|
||||||
filters:
|
filters:
|
||||||
files:
|
files:
|
||||||
|
|
|
@ -4,7 +4,7 @@ platform:
|
||||||
- hardware/google/pixel-sepolicy
|
- hardware/google/pixel-sepolicy
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
- snippets/pixel/common.yml
|
- common.yml
|
||||||
|
|
||||||
filters:
|
filters:
|
||||||
partitions:
|
partitions:
|
||||||
|
|
|
@ -2,19 +2,19 @@ device:
|
||||||
vendor: google_devices
|
vendor: google_devices
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
- snippets/mainline_system.yml
|
- ../mainline_system.yml
|
||||||
- snippets/gms.yml
|
- ../gms.yml
|
||||||
|
|
||||||
# Irrelevant stock feature: silent factory OTAs
|
# Irrelevant stock feature: silent factory OTAs
|
||||||
- snippets/pixel/factoryota.yml
|
- factoryota.yml
|
||||||
|
|
||||||
# Apps that don't really need to be privileged
|
# Apps that don't really need to be privileged
|
||||||
- snippets/pixel/gcam.yml
|
- gcam.yml
|
||||||
|
|
||||||
# Pixel-exclusive features that need additional support
|
# Pixel-exclusive features that need additional support
|
||||||
- snippets/pixel/dreamliner.yml
|
- dreamliner.yml
|
||||||
- snippets/pixel/flipendo.yml
|
- flipendo.yml
|
||||||
- snippets/pixel/turbo.yml
|
- turbo.yml
|
||||||
|
|
||||||
filters:
|
filters:
|
||||||
props:
|
props:
|
||||||
|
|
Loading…
Reference in a new issue