Currently, there is a hetero runtime property that darwinn and other hetero runtime project will use: the trace level (vendor.google.silicon.max_trace_level). This change allows edgetpu services and clients to be able to see that property in order to change the trace level. Bug: 272292650 Test: verified it to build but not tested on device yet since selinux has not been enforced yet. Change-Id: Id6d345b92d2e710b41ca58907ad443fc2667054a
6 lines
231 B
Plaintext
6 lines
231 B
Plaintext
# Allow camera HAL to read tflite Darwinn delegate properties
|
|
get_prop(hal_camera_default, vendor_tflite_delegate_prop)
|
|
|
|
# Allow camera HAL to read hetero runtime properties
|
|
get_prop(hal_camera_default, vendor_hetero_runtime_prop)
|