commit | fe0f98eb06b820139b5ecdd548d88833253e133a | [log] [tgz] |
---|---|---|
author | Arthur Ishiguro <arthuri@google.com> | Thu Aug 12 14:43:39 2021 -0700 |
committer | Arthur Ishiguro <arthuri@google.com> | Fri Aug 13 10:49:05 2021 -0700 |
tree | dd0e03f6420b68cf2b8bbfa62e38f46f196ea676 | |
parent | 1e23e773164d4de40b4c85094acaf9f0d54b6265 [diff] [blame] |
Refactors VtsHalContexthubUtils.h Separates files that does/doesn't depend on HIDL. Bug: 194285834 Test: Compile Change-Id: I02e406f13b8459c80904454564ef34a143aa7075
diff --git a/contexthub/1.0/vts/functional/VtsHalContexthubV1_0TargetTest.cpp b/contexthub/1.0/vts/functional/VtsHalContexthubV1_0TargetTest.cpp index 356ad97..b3173ef 100644 --- a/contexthub/1.0/vts/functional/VtsHalContexthubV1_0TargetTest.cpp +++ b/contexthub/1.0/vts/functional/VtsHalContexthubV1_0TargetTest.cpp
@@ -18,7 +18,8 @@ #include "ContexthubCallbackBase.h" #include "ContexthubHidlTestBase.h" -#include "VtsHalContexthubUtils.h" +#include "VtsHalContexthubUtilsCommon.h" +#include "VtsHalContexthubUtilsHidl.h" #include <android-base/logging.h> #include <android/hardware/contexthub/1.0/IContexthub.h>