mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 05:39:10 +00:00
remove native build id for reproducible builds
This commit is contained in:
parent
056ba3731a
commit
ae52951b59
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ LOCAL_SDK_VERSION := 14
|
|||
LOCAL_NDK_STL_VARIANT := c++_static
|
||||
LOCAL_LDFLAGS += -ldl
|
||||
|
||||
# Avoid issues with reproducible builds, see https://gitlab.com/fdroid/rfp/-/issues/2662
|
||||
LOCAL_LDFLAGS += -Wl,--build-id=none
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
#################### Clean up the tmp vars
|
||||
include $(LOCAL_PATH)/CleanupNativeFileList.mk
|
||||
|
|
Loading…
Add table
Reference in a new issue