Enable NNAPI for isolated compute app
Need access to TPU/GPU for neural models in isolated_compute_app. Bug: 266923392 Test: m Change-Id: I2ea7c551b5fe678f383d3854ae295b448e78b460
This commit is contained in:
parent
05f8ebe1db
commit
31a7fb09be
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
; Apps, except isolated apps, are clients of Neuralnetworks HAL
|
||||
; Unfortunately, we can't currently express this in module policy language:
|
||||
; typeattribute { appdomain -isolated_app_all } hal_neuralnetworks_client;
|
||||
(typeattributeset hal_neuralnetworks_client ((and (appdomain) ((not (isolated_app_all))))))
|
||||
(typeattributeset hal_neuralnetworks_client ((and (appdomain) ((not (isolated_app))))))
|
||||
|
||||
; TODO(b/112056006): move these to mapping files when/if we implement 'versioned' attributes.
|
||||
; Rename untrusted_app_visible_* to untrusted_app_visible_*_violators.
|
||||
|
|
Loading…
Reference in a new issue