anv/android: Re-implement AcquireImageANDROID
Instead of doing a vkQueueSubmit() and hoping for the best, use the actual sync FD that gets passed in from SurfaceFlinger. The semaphore and fence FD import functions already handle the -1 case for us so the implementation is almost trivial.
Edited by Faith Ekstrand