Update hidl_test to use IServiceManager 1.2.

It doesn't test anything else yet since nothing
else has been introduced yet.

Bug: 66921961
Test: hidl_test
Change-Id: I4c32011a53ae793942cf0e7cd1f71a49b24d3007
diff --git a/test/hidl_test/hidl_test_client.cpp b/test/hidl_test/hidl_test_client.cpp
index 3c45c8e..620f197 100644
--- a/test/hidl_test/hidl_test_client.cpp
+++ b/test/hidl_test/hidl_test_client.cpp
@@ -5,8 +5,8 @@
 
 #include <android-base/logging.h>
 
-#include <android/hidl/manager/1.1/IServiceManager.h>
 #include <android/hidl/manager/1.0/IServiceNotification.h>
+#include <android/hidl/manager/1.2/IServiceManager.h>
 
 #include <android/hidl/allocator/1.0/IAllocator.h>
 #include <android/hidl/memory/1.0/IMemory.h>
@@ -121,8 +121,8 @@
 using ::android::hardware::hidl_vec;
 using ::android::hidl::allocator::V1_0::IAllocator;
 using ::android::hidl::base::V1_0::IBase;
-using ::android::hidl::manager::V1_1::IServiceManager;
 using ::android::hidl::manager::V1_0::IServiceNotification;
+using ::android::hidl::manager::V1_2::IServiceManager;
 using ::android::hidl::memory::V1_0::IMemory;
 using ::android::hidl::memory::token::V1_0::IMemoryToken;
 using ::android::hidl::memory::block::V1_0::MemoryBlock;