Merge "Use hidl memory from allocator in CAS" am: 490cbfdbd3

am: fd59441275

Change-Id: I9829df4c0351c5124241642e3cca461391877579
This commit is contained in:
Chong Zhang 2018-12-18 12:38:51 -08:00 committed by android-build-merger
commit c13fa3ce4d
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ allow mediaextractor hidl_token_hwservice:hwservice_manager find;
allow mediaextractor system_server:fd use;
hal_client_domain(mediaextractor, hal_cas)
hal_client_domain(mediaextractor, hal_allocator)
r_dir_file(mediaextractor, cgroup)
allow mediaextractor proc_meminfo:file r_file_perms;

View File

@ -6,3 +6,5 @@ init_daemon_domain(hal_cas_default)
# Allow CAS HAL's default implementation to use vendor-binder service
vndbinder_use(hal_cas_default);
allow hal_cas_default hal_allocator:fd use;