Initial 7th gen adevtool configs
This commit is contained in:
parent
682519a57e
commit
51512d88e0
4 changed files with 31 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
type: device-list
|
||||
|
||||
devices:
|
||||
- cheetah.yml
|
||||
- panther.yml
|
||||
- bluejay.yml
|
||||
- raven.yml
|
||||
- oriole.yml
|
||||
|
|
8
config/cheetah.yml
Normal file
8
config/cheetah.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
device:
|
||||
name: cheetah
|
||||
|
||||
platform:
|
||||
product_makefile: device/google/pantah/aosp_cheetah.mk
|
||||
|
||||
includes:
|
||||
- common/gen7pixel.yml
|
13
config/common/gen7pixel.yml
Normal file
13
config/common/gen7pixel.yml
Normal 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
8
config/panther.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
device:
|
||||
name: panther
|
||||
|
||||
platform:
|
||||
product_makefile: device/google/pantah/aosp_panther.mk
|
||||
|
||||
includes:
|
||||
- common/gen7pixel.yml
|
Loading…
Reference in a new issue