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

Add support for building Robolectric's nativeruntime with gcc/g++ #6900

Merged
merged 1 commit into from Dec 6, 2021

Commits on Dec 6, 2021

  1. Add support for building Robolectric's nativeruntime with gcc/g++

    g++ is sensitive to the order of libraries in command-line arguments. It
    requires -ldl to be provided after the ICU static libraries, not before. Update
    the order by placing -ldl and -lpthread as part of the androidsqlite project,
    where they are required.
    
    PiperOrigin-RevId: 413475269
    hoisie committed Dec 6, 2021
    Copy the full SHA
    a18d615 View commit details
    Browse the repository at this point in the history