Change dependency library

hwbinder.jar will be used instead of framework.jar on build-time, but
on runtime framework.jar will be used.

This is to cut the circular dependency when using configstore from
Android framework.

Bug: 35771640
Test: build & run
Change-Id: Ia1bf4243245e3bcda07f512b9e2253e83cb16dfb
diff --git a/Interface.cpp b/Interface.cpp
index 3a0390d..1adf92d 100644
--- a/Interface.cpp
+++ b/Interface.cpp
@@ -211,7 +211,7 @@
                 out << "return ::android::hardware::Void();";
             } } }, /*cppImpl */
             { { IMPL_INTERFACE, [](auto &out) { /* javaImpl */
-                out << "android.os.SystemProperties.reportSyspropChanged();";
+                out << "android.os.HwBinder.reportSyspropChanged();";
             } } } /*javaImpl */
     );
     return true;