Rename IHidlInterfaceBase to IBase
Bug: 32737195
Test: hidl_test
Change-Id: I43853f93c7e82cf14c37995fdfdc445690252c84
diff --git a/HidlSupport.cpp b/HidlSupport.cpp
index 57eb1e3..e684e26 100644
--- a/HidlSupport.cpp
+++ b/HidlSupport.cpp
@@ -169,8 +169,8 @@
// static
const size_t hidl_string::kOffsetOfBuffer = offsetof(hidl_string, mBuffer);
-const ::android::String16 IHidlInterfaceBase::descriptor(
- "android.hardware@0.0::IHidlInterfaceBase");
+const ::android::String16 IBase::descriptor(
+ "android.hardware.base@0.0::IBase");
// ----------------------------------------------------------------------
// HidlInstrumentor implementation.