summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2016-12-01 15:40:46 +0100
committerSteven Moreland <smoreland@google.com>2016-12-02 10:55:59 -0800
commit3079100878a2595be644d866e67c12a9de620fd5 (patch)
tree08e0966f1eb14058f1b20c82d84abb854320a645 /Android.bp
parent337c3ae7f5ce6e94d6ccaaa7fb4ac92c4069b2dd (diff)
downloadlibhidl-3079100878a2595be644d866e67c12a9de620fd5.tar.gz
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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
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 {