This allows DarwiNN runtime components to access related system properties, including the ones that control host DMA-BUF allocation. Bug: 297432189 Test: verified camera to work on local device Change-Id: I4b3f566417445a2a0ef6eae64d9b0ed7d20ff26c
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
# Allow apps to read tflite DarwiNN delegate properties
|
|
get_prop(appdomain, vendor_tflite_delegate_prop)
|
|
|
|
# Allow apps to read DarwiNN runtime properties
|
|
get_prop(appdomain, vendor_edgetpu_runtime_prop)
|
|
|
|
# Allow apps to read hetero runtime properties
|
|
get_prop(appdomain, vendor_hetero_runtime_prop)
|