Baseline 5th generation build config
This commit is contained in:
parent
37d22cfff5
commit
5d2c94497a
1 changed files with 18 additions and 0 deletions
|
@ -4,3 +4,21 @@ platform:
|
|||
|
||||
includes:
|
||||
- pixel.yml
|
||||
|
||||
filters:
|
||||
dep_files:
|
||||
match:
|
||||
# system/chre/Android.mk: error: "chre (EXECUTABLES android-arm64) missing libadsprpc (SHARED_LIBRARIES android-arm64)"
|
||||
- vendor/lib/libadsprpc.so
|
||||
- vendor/lib64/libadsprpc.so
|
||||
# checkvintf pass
|
||||
- vendor/etc/vintf/manifest/android.hardware.graphics.mapper-impl-qti-display.xml
|
||||
- vendor/etc/vintf/manifest/c2_manifest_vendor.xml
|
||||
- vendor/etc/vintf/manifest/pixel-display-default.xml
|
||||
- vendor/etc/vintf/manifest/vendor.qti.hardware.display.allocator-service.xml
|
||||
- vendor/etc/vintf/manifest/vendor.qti.hardware.display.composer-service.xml
|
||||
|
||||
overlay_files:
|
||||
match:
|
||||
# aapt2 parsing bug encountered within adevtool
|
||||
- HbmSVManager__auto_generated_rro_vendor.apk
|
||||
|
|
Loading…
Reference in a new issue