commit | 3eb7df74b8eae5c902039d1b76402350715a0944 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Apr 06 12:15:23 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Apr 06 15:01:59 2017 -0700 |
tree | fef29970dae9d7d81cd8464e6112411bc741f3ce | |
parent | 4cb19c55b5d336a0cdbc584d8c4b240d1abe8f3e [diff] [blame] |
Fix transitive includes. Files relying on transitive include of utils/Log.h (and things that it includes) from MQDescriptor.h Test: pass Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
diff --git a/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp b/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp index 391dea0..e9a44eb 100644 --- a/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp +++ b/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp
@@ -30,6 +30,8 @@ #include <android/hardware/gatekeeper/1.0/IGatekeeper.h> #include <android/hardware/gatekeeper/1.0/types.h> +#include <log/log.h> + #include <VtsHalHidlTargetTestBase.h> using ::android::hardware::hidl_string;