android: rename Intel Vulkan library to match desktop one
Original naming was following Vulkan HAL naming scheme for no good purpose and we need same binary name for build-id code. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
@@ -192,12 +192,12 @@ include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
|
||||
#
|
||||
# vulkan.mesa_intel
|
||||
# libvulkan_intel
|
||||
#
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := vulkan.mesa_intel
|
||||
LOCAL_MODULE := libvulkan_intel
|
||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
|
Reference in New Issue
Block a user