Module: Mesa
Branch: main
Commit: 2a6fbc4bb2c2843d238f809486809b33e4aeafb5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a6fbc4bb2c2843d238f809486809b33e4aeafb5

Author: Eric Engestrom <[email protected]>
Date:   Thu Mar  2 17:36:24 2023 +0000

android/vk: drop unnecessary symbols

Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Yiwei Zhang <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21631>

---

 src/vulkan/vulkan-android.sym | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/vulkan/vulkan-android.sym b/src/vulkan/vulkan-android.sym
index 2ca40faa09e..7148e0920c6 100644
--- a/src/vulkan/vulkan-android.sym
+++ b/src/vulkan/vulkan-android.sym
@@ -1,9 +1,5 @@
 {
        global:
-               vk_icdGetInstanceProcAddr;
-               vk_icdGetPhysicalDeviceProcAddr;
-               vk_icdNegotiateLoaderICDInterfaceVersion;
-
                # Andoid looks for this global in HAL modules. In the source it 
occurs
                # as HAL_MODULE_INFO_SYM (which is just a #define for HMI) and 
it's an
                # instance of struct hwvulkan_module_t.

Reply via email to