config: Update to use relative include paths

This commit is contained in:
Danny Lin 2021-12-03 20:33:03 -08:00
parent c279a5d773
commit 6885229ee8
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
includes:
- snippets/base.yml
- base.yml
filters:
files:

View file

@ -4,7 +4,7 @@ platform:
- hardware/google/pixel-sepolicy
includes:
- snippets/pixel/common.yml
- common.yml
filters:
partitions:

View file

@ -2,19 +2,19 @@ device:
vendor: google_devices
includes:
- snippets/mainline_system.yml
- snippets/gms.yml
- ../mainline_system.yml
- ../gms.yml
# Irrelevant stock feature: silent factory OTAs
- snippets/pixel/factoryota.yml
- factoryota.yml
# Apps that don't really need to be privileged
- snippets/pixel/gcam.yml
- gcam.yml
# Pixel-exclusive features that need additional support
- snippets/pixel/dreamliner.yml
- snippets/pixel/flipendo.yml
- snippets/pixel/turbo.yml
- dreamliner.yml
- flipendo.yml
- turbo.yml
filters:
props: