commit | 2537db72f62d53d7c7cab85ccbba2e8d0286a2da | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Fri Apr 07 16:32:38 2017 -0700 |
committer | Dan Stoza <stoza@google.com> | Wed Apr 12 16:41:56 2017 -0700 |
tree | f28deff6e714a299edf275b0eb1aee7868fc27f9 | |
parent | 81ea3efb75a6427c946221f95dcf9c388b27a977 [diff] [blame] |
libbinder: Add sp<NativeHandle> to SafeInterface Adds support for sending and receiving sp<NativeHandle> parameters as part of a SafeInterface. Test: New test in binderSafeInterfaceTest Change-Id: Ia402b4bceedff358864669d201b4c1e22be6d0fa
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index 1ee4b6f..853ca16 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp
@@ -100,6 +100,7 @@ shared_libs: [ "libbinder", + "libcutils", "liblog", "libutils", ],