android: add -Wl,--build-id=sha1 to LDFLAGS for libvulkan_intel
Just like is done on desktop and what is expected by the build-id code. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -206,6 +206,8 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libvulkan_intel
|
||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||
|
||||
LOCAL_LDFLAGS += -Wl,--build-id=sha1
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
$(VULKAN_GEM_FILES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user