commit | bd838b8b5e673451e5ac85131d6cb119960d2fce | [log] [tgz] |
---|---|---|
author | Tyler Trephan <tylertrephan@google.com> | Thu Jan 13 22:52:53 2022 +0000 |
committer | Tyler Trephan <tylertrephan@google.com> | Fri Jan 14 18:47:19 2022 +0000 |
tree | e28b67c012af29b816fcae4e0b9b4af1a4f961cd | |
parent | 5b6c2834d48ef10e5e0fcb07e53c928564127c3e [diff] [blame] |
Moved implementation of ConvertUtils to cpp file. Test: make android.hardware.sensors@aidl-multihal Bug: 206867060 Change-Id: I73e8d061bdfe39f956acda1cf9b138da2dcc1f22
diff --git a/sensors/aidl/default/multihal/Android.bp b/sensors/aidl/default/multihal/Android.bp index a7f6af2..eee1062 100644 --- a/sensors/aidl/default/multihal/Android.bp +++ b/sensors/aidl/default/multihal/Android.bp
@@ -43,6 +43,7 @@ export_include_dirs: ["include"], srcs: [ "HalProxyAidl.cpp", + "ConvertUtils.cpp", ], visibility: [ ":__subpackages__",