Skip to content

Remove build id from the embedded libpassman-lib#189

Open
binsky08 wants to merge 1 commit into
masterfrom
fix/remove-build-ids
Open

Remove build id from the embedded libpassman-lib#189
binsky08 wants to merge 1 commit into
masterfrom
fix/remove-build-ids

Conversation

@binsky08
Copy link
Copy Markdown
Collaborator

@binsky08 binsky08 commented May 25, 2026

closes #188

How to test:

  1. Build the app in Android Studio before applying the patch
  2. Run readelf -n app/build/intermediates/cxx/Debug/481q4g5c/obj/arm64-v8a/libpassman-lib.so and replace 481q4g5c with the actual one
    • This shows something like "Build ID: 69411c5f969bec759ed05bc3f915e0da88505d0c"
  3. Apply the patch and build the app again in Android Studio
  4. Run the command from above again (replace 481q4g5c with the actual recent one) and the output won't contain the ".note.gnu.build-id" block at all

…ble builds support #188

Signed-off-by: binsky08 <timo@binsky.org>
@binsky08 binsky08 requested a review from animalillo May 25, 2026 19:32
Copy link
Copy Markdown
Contributor

@IzzySoft IzzySoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! As you already tested it, it should be the variant that works 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove build id from the embedded libpassman-lib to improve reproducible builds support

2 participants