isolated_compute_app was not able to use NNAPIv2 in Android U, so this is a workaround to temporarily unblock the app from using hardware acceleratetion. Bug: 281138203 Test: Manual Change-Id: I3c1f829b690b4ad1fe8bc43ff9435cbf62d048d4
7 lines
361 B
Plaintext
7 lines
361 B
Plaintext
type edgetpu_nnapi_service, app_api_service, service_manager_type, isolated_compute_allowed_service;
|
|
type edgetpu_vendor_service, service_manager_type, hal_service_type;
|
|
type edgetpu_dba_service, app_api_service, service_manager_type, isolated_compute_allowed_service;
|
|
|
|
# EdgeTPU binder service type declaration.
|
|
type edgetpu_app_service, service_manager_type;
|