The "android_install_binaries" dispatcher command will download, unpack, and deploy proprietary shared objects to the Android file system.
./bin:
pvrsrvinit
./vendor:
lib
./vendor/lib:
egl hw libglslcompiler.so libIMGegl.so libpvr2d.so libpvrANDROID_WSEGL.so libPVRScopeServices.so libsrv_init.so libsrv_um.so libusc.so
./vendor/lib/egl:
libEGL_POWERVR_SGX540_120.so libGLESv1_CM_POWERVR_SGX540_120.so libGLESv2_POWERVR_SGX540_120.so
./vendor/lib/hw:
At this point you have created your own panda-driver.tgz
Now you will need to host it on a web server/file system that your LAVA server can access.
For instance, my LAVA server has the following defined:
Hopefully this clears up any confusion you may have. Thanks.