commit | adc313d43d8c03771631d24b89a7b75de63e5af0 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Mon Sep 12 17:54:52 2016 -0700 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Mon Sep 19 12:52:09 2016 -0700 |
tree | fdafd82741ce99e352b6635770f4101c13605808 | |
parent | 96f539739e7e84b878396e21e73e3f7f3976e1ad [diff] [blame] |
Add dependency on libcutils. * Used for get system properies. Test: pass test hidl_test. Change-Id: I3b6d2deb442cd627a6f30312f0c204177d410ecb
diff --git a/tests/msgq/1.0/Android.mk b/tests/msgq/1.0/Android.mk index c5b6c46..5ec5492 100644 --- a/tests/msgq/1.0/Android.mk +++ b/tests/msgq/1.0/Android.mk
@@ -30,6 +30,7 @@ libhidl \ libhwbinder \ libutils \ + libcutils \ LOCAL_MULTILIB := both include $(BUILD_SHARED_LIBRARY)