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

[cmake] Don't allow undefined symbols in shared libraries #10422

Merged
merged 2 commits into from Sep 8, 2016

Commits on Sep 7, 2016

  1. [NDK21] mysql

    Thanks @davilla
    koying authored and fetzerch committed Sep 7, 2016
    Copy the full SHA
    82aefbb View commit details
    Browse the repository at this point in the history
  2. [cmake/android] Don't allow undefined symbols in shared libraries

    Prevents errors such as:
    dlopen failed: cannot locate symbol "_ZTV24CEGLNativeTypeAmlAndroid"
      referenced by "/data/app/org.xbmc.kodi-2/lib/arm/libkodi.so"...
    fetzerch committed Sep 7, 2016
    Copy the full SHA
    e3532c2 View commit details
    Browse the repository at this point in the history