Mesa (master): android: rename Intel Vulkan library to match desktop one

Tapani Pälli tpalli at kemper.freedesktop.org
Thu Mar 23 06:21:56 UTC 2017


Module: Mesa
Branch: master
Commit: dc9ebc6ef17a09a658525f93a03532904656851e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc9ebc6ef17a09a658525f93a03532904656851e

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Tue Mar 21 10:04:48 2017 +0200

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 at intel.com>
Acked-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/intel/Android.vulkan.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/intel/Android.vulkan.mk b/src/intel/Android.vulkan.mk
index ca2785307b..0649a2e9ef 100644
--- a/src/intel/Android.vulkan.mk
+++ b/src/intel/Android.vulkan.mk
@@ -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 := \




More information about the mesa-commit mailing list