Update for ::descriptor -> const char *.
Test: hidl_test/hidl_test_java
Bug: 32745840
Change-Id: Ibcd60fa35953700a880b5d9d53781925e068d64e
diff --git a/include/hidl/HidlSupport.h b/include/hidl/HidlSupport.h
index 83ff80b..f203ccc 100644
--- a/include/hidl/HidlSupport.h
+++ b/include/hidl/HidlSupport.h
@@ -591,7 +591,7 @@
virtual ::android::hardware::Return<void> interfaceChain(
std::function<void(const hidl_vec<hidl_string>&)> _hidl_cb) = 0;
// descriptor for HIDL reserved methods.
- static const ::android::String16 descriptor;
+ static const char* descriptor;
};
extern std::map<std::string, std::function<sp<IBinder>(void*)>> gBnConstructorMap;