Baseline 4.5th generation build config
This commit is contained in:
parent
b2f2c2556c
commit
15a65a00a9
1 changed files with 12 additions and 0 deletions
|
@ -4,3 +4,15 @@ 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
|
||||
|
||||
overlay_files:
|
||||
match:
|
||||
# aapt2 parsing bug encountered within adevtool
|
||||
- HbmSVManager__auto_generated_rro_vendor.apk
|
||||
|
|
Loading…
Reference in a new issue