From 3079100878a2595be644d866e67c12a9de620fd5 Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Thu, 1 Dec 2016 15:40:46 +0100 Subject: Hidlized version of IMemory. - Add hidl_memory type. - Add android.hidl.memory@1.0 package - IMapper - IAllocator - IMemory - Add libhidlmemory - Add default implementation of android.hidl.memory@1.0 - Ashmem - Ion (TODO, probably in another CL) Test: compiles (WIP) Change-Id: I4632eeb6a0051551b54ce04d919aaf551dfc5f28 --- Android.bp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index ea670fa..5fe6ad5 100644 --- a/Android.bp +++ b/Android.bp @@ -13,8 +13,9 @@ // limitations under the License. subdirs = [ - "base", // libhidlbase - "transport", // libhidl + "base", // libhidlbase + "libhidlmemory", // libhidlmemory + "transport", // libhidltransport ] cc_test { -- cgit v1.2.3