Android O MR1 IOT Release Smart Display r3 (OIM3.180907.022)
Use libhidl APIs to create BHwBinder.

The implementation of hwservicemanager was updated to 1.2, but
service.cpp was still using V1_1::BnHwServiceManager. Rather than just
changing this to V1_2, service.cpp uses toBinder which looks up and
creates the correct Bn class even if a subclass is passed in.

Fixes: 116876065
Test: boot
Test: hidl_test
Test: manually calling methods on defaultServiceManager1_2

Change-Id: Icfd71ef6f84aa60a104f9effc5ae33a6c68d60a3
1 file changed