Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sanitizer search paths. #1019

Merged
merged 1 commit into from
May 7, 2024
Merged

Commits on May 7, 2024

  1. Fix sanitizer search paths.

    afaict this directory hasn't been named lib64 for quite some time, and
    it definitely isn't for the NDK this sample uses on macOS. `find
    prebuilts/clang/host -name lib64` only finds one version of Clang where
    this was named lib64 (there were likely others that have since been
    removed from the repos, but they'll be rather old).
    
    This wasn't caught by CI because the shell script that drives the build
    only builds the default build type. That will be fixed automatically as
    part of android#1010.
    DanAlbert committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b5b4591 View commit details
    Browse the repository at this point in the history