configs: Add minimal variants of Pixel 6 series
This commit is contained in:
parent
3e32a22b97
commit
8bbea69310
3 changed files with 29 additions and 0 deletions
15
configs/oriole-minimal.yml
Normal file
15
configs/oriole-minimal.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
device:
|
||||||
|
name: oriole
|
||||||
|
|
||||||
|
platform:
|
||||||
|
product_makefile: device/google/raviole/aosp_oriole.mk
|
||||||
|
|
||||||
|
includes:
|
||||||
|
- snippets/pixel/2021.yml
|
||||||
|
- snippets/pixel/minimal.yml
|
||||||
|
|
||||||
|
filters:
|
||||||
|
overlay_files:
|
||||||
|
match:
|
||||||
|
# Workaround for aapt2 output parsing bug
|
||||||
|
- HbmSVManager__auto_generated_rro_product.apk
|
9
configs/raven-minimal.yml
Normal file
9
configs/raven-minimal.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
device:
|
||||||
|
name: raven
|
||||||
|
|
||||||
|
platform:
|
||||||
|
product_makefile: device/google/raviole/aosp_raven.mk
|
||||||
|
|
||||||
|
includes:
|
||||||
|
- snippets/pixel/2021.yml
|
||||||
|
- snippets/pixel/minimal.yml
|
5
configs/snippets/pixel/minimal.yml
Normal file
5
configs/snippets/pixel/minimal.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
filters:
|
||||||
|
overlays:
|
||||||
|
prefix:
|
||||||
|
# System app delegation
|
||||||
|
- android:string/config_default
|
Loading…
Reference in a new issue