add felix (Pixel Fold) config file
This commit is contained in:
parent
86a44792dd
commit
8d458f3f43
2 changed files with 21 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
type: device-list
|
type: device-list
|
||||||
|
|
||||||
devices:
|
devices:
|
||||||
|
- felix.yml
|
||||||
- tangorpro.yml
|
- tangorpro.yml
|
||||||
- lynx.yml
|
- lynx.yml
|
||||||
- cheetah.yml
|
- cheetah.yml
|
||||||
|
|
20
config/felix.yml
Normal file
20
config/felix.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
device:
|
||||||
|
name: felix
|
||||||
|
|
||||||
|
platform:
|
||||||
|
product_makefile: device/google/felix/aosp_felix.mk
|
||||||
|
|
||||||
|
includes:
|
||||||
|
- common/gen7pixel.yml
|
||||||
|
|
||||||
|
filters:
|
||||||
|
overlay_files:
|
||||||
|
match:
|
||||||
|
# aapt2 parsing bug encountered within adevtool
|
||||||
|
- Flipendo__auto_generated_rro_product.apk
|
||||||
|
- HbmSVManager__auto_generated_rro_product.apk
|
||||||
|
- SettingsGoogle__auto_generated_rro_product.apk
|
||||||
|
- SettingsGoogleOverlayFelix.apk
|
||||||
|
- StorageManagerGoogle__auto_generated_rro_product.apk
|
||||||
|
- SystemUIGoogle__auto_generated_rro_product.apk
|
||||||
|
- Traceur__auto_generated_rro_product.apk
|
Loading…
Reference in a new issue