Allow nnapi for isolated_compute_app

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
This commit is contained in:
Charles Chen 2023-05-06 00:57:41 +00:00
parent 900c400a54
commit 29f5fc9cfe

View File

@ -1,4 +1,4 @@
type edgetpu_nnapi_service, app_api_service, service_manager_type;
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;