I'm trying to create Mediadrm object for android-12. I pushed our service android.hardware.drm@1.4-service.name in api-32 emulator into the path /vendor/bin/hw/. But aosp is not able to identify our service and I'm getting error. The error is as follows System.err: 11-11 12:02:15.384 E uuid=[XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX] No supported hal instance found
.
We are facing this error only with latest android version. we built service in aosp framework.
Note: We validated with same UUID with the service android.hardware.drm@1.3-service.nagra with the api-30 emulator and it is working fine.
Can you please help me to resolve this issue.