We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcf734 commit 2606b50Copy full SHA for 2606b50
app/src/main/cpp/CMakeLists.txt
@@ -12,6 +12,11 @@ cmake_minimum_required(VERSION 3.22.1)
12
# build script scope).
13
project("usb_hid_client")
14
15
+# Disable build-time-generated IDs for the purpose of Reproducible Builds
16
+#
17
+# Source: https://gitlab.com/IzzyOnDroid/repo/-/wikis/Reproducible-Builds/RB-Hints-for-Developers#no-funny-build-time-generated-ids
18
+add_link_options("-Wl,--build-id=none")
19
+
20
# Creates and names a library, sets it as either STATIC
21
# or SHARED, and provides the relative paths to its source code.
22
# You can define multiple libraries, and CMake builds them for you.
0 commit comments