Initial 7th gen adevtool configs

This commit is contained in:
flawedworld 2022-10-15 14:48:02 +01:00 committed by Daniel Micay
parent 682519a57e
commit 51512d88e0
4 changed files with 31 additions and 0 deletions

View file

@ -1,6 +1,8 @@
type: device-list
devices:
- cheetah.yml
- panther.yml
- bluejay.yml
- raven.yml
- oriole.yml

8
config/cheetah.yml Normal file
View file

@ -0,0 +1,8 @@
device:
name: cheetah
platform:
product_makefile: device/google/pantah/aosp_cheetah.mk
includes:
- common/gen7pixel.yml

View file

@ -0,0 +1,13 @@
platform:
sepolicy_dirs:
- device/google/gs201-sepolicy
includes:
- 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

8
config/panther.yml Normal file
View file

@ -0,0 +1,8 @@
device:
name: panther
platform:
product_makefile: device/google/pantah/aosp_panther.mk
includes:
- common/gen7pixel.yml