qinyiyan aaae6818d0 Enable RT threads by default for Edgetpu DBA HAL.
Bug:267379294
Test: forrest build.

Change-Id: I95d6c276bb29c8f24bbf4b672e64d78e2e073301
2023-05-11 20:43:01 +00:00

15 lines
610 B
Plaintext

# EdgeTPU service requires system public properties
# since it lives under /system_ext/.
system_public_prop(vendor_edgetpu_service_prop)
# Tflite Darwinn delegate properties are written once by vendor_init,
# and then read by apps, camera hal, and some Darwinn vendor services.
system_vendor_config_prop(vendor_tflite_delegate_prop)
# The EdgeTPU CPU scheduler properties are written once by vendor_init,
# and then read by HAL service.
system_vendor_config_prop(vendor_edgetpu_cpu_scheduler_prop)
# Hetero runtime properties, including tracing levels.
system_vendor_config_prop(vendor_hetero_runtime_prop)