libhidlallocatorutils: IMemoryHeap -> hidl_memory
Several places originally did this conversion itself.
However, it's gross for them to have to care about the hidl
detail that IAllocator ashmem corresponds to framework
IMemoryHeap. Instead, we hide that behind a hidl-provided
function which can modify the opaque data in lock-step
with the allocator hal.
Bug: 34234561
Test: boot and use with DRM
Change-Id: Ia6b9b70fe9573da1518f3ee870e8f3232a8738bb
diff --git a/transport/Android.bp b/transport/Android.bp
index 23f6904..e09cb4d 100644
--- a/transport/Android.bp
+++ b/transport/Android.bp
@@ -15,6 +15,7 @@
subdirs = [
"allocator/1.0",
"allocator/1.0/default",
+ "allocator/1.0/utils",
"base/1.0",
"manager/1.0",
"manager/1.1",