summaryrefslogtreecommitdiff
path: root/update-makefiles.sh
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-16 19:23:24 -0800
committerSteven Moreland <smoreland@google.com>2017-02-17 20:47:51 +0000
commit346cf518ea29fd63e0ca0e366254d84e34f9286b (patch)
treebf3839b3765cf0e7de88ea863369df16aa6b0418 /update-makefiles.sh
parent8e0cfc6a0cfff5168e7744f839f511e7d65c9829 (diff)
downloadlibhidl-346cf518ea29fd63e0ca0e366254d84e34f9286b.tar.gz
split android.hidl.memory
Split android.hidl.memory into android.hidl.memory and android.hidl.allocator. This must be done because IAllocator is served over hwbinder transport and IMapper/IMemory are always going to be passthrough hals. Test: hidl_test, device boots with allocator Bug: 35327976 Merged-In: Ib135b5e101fadadbbf16126a98f90181f76a253b Change-Id: Ib135b5e101fadadbbf16126a98f90181f76a253b
Diffstat (limited to 'update-makefiles.sh')
-rwxr-xr-xupdate-makefiles.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-makefiles.sh b/update-makefiles.sh
index 3cd1cd2..7f43031 100755
--- a/update-makefiles.sh
+++ b/update-makefiles.sh
@@ -7,6 +7,7 @@ if [ ! -d system/libhidl/transport ] ; then
fi
packages=(
+ android.hidl.allocator@1.0
android.hidl.base@1.0
android.hidl.manager@1.0
android.hidl.memory@1.0