Put Vulkan driver in the right place

The Vulkan runtime only looks in /vendor/lib[64]/hw for the Vulkan HAL,
not in /vendor/lib[64]/ where it was being installed.

The current driver supports the features required by
FEATURE_VULKAN_HARDWARE_LEVEL=1, so advertise it as required by CTS
VulkanFeaturesTest.

Test: adb shell cmd gpu vkjson
Test: cts-tradefed run cts -m CtsGraphicsTestCases -t android.graphics.cts.VulkanFeaturesTest
Change-Id: I6fccf8a34da9ba303be698032c49b7211f9d3d89
2 files changed