Baseline 6th generation build config
This commit is contained in:
parent
5d2c94497a
commit
76c4b2ff2b
2 changed files with 18 additions and 0 deletions
|
@ -4,3 +4,15 @@ platform:
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
- pixel.yml
|
- pixel.yml
|
||||||
|
|
||||||
|
filters:
|
||||||
|
dep_files:
|
||||||
|
match:
|
||||||
|
# external/android-nn-driver/Android.mk: error: "android.hardware.neuralnetworks@1.0-service-armnn (EXECUTABLES android-arm64) missing libOpenCL (SHARED_LIBRARIES android-arm64)"
|
||||||
|
- vendor/lib/libOpenCL.so
|
||||||
|
- vendor/lib64/libOpenCL.so
|
||||||
|
files:
|
||||||
|
match:
|
||||||
|
# Remove Google screw-up with USB hardware debugging
|
||||||
|
- vendor/bin/uci_daemon
|
||||||
|
- vendor/etc/init/usb-cdc.rc
|
||||||
|
|
|
@ -6,3 +6,9 @@ platform:
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
- common/gen6pixel.yml
|
- common/gen6pixel.yml
|
||||||
|
|
||||||
|
filters:
|
||||||
|
overlay_files:
|
||||||
|
match:
|
||||||
|
# aapt2 parsing bug encountered within adevtool
|
||||||
|
- HbmSVManager__auto_generated_rro_product.apk
|
||||||
|
|
Loading…
Reference in a new issue