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

[docs] Fixing the android build script #1654

Merged
merged 4 commits into from
Nov 25, 2020

Commits on Nov 10, 2020

  1. [docs] Fix for Android library build.

    I have had to add options to the configuration of srt so that it recognizes that it's building for Android.
    I followed the following instructions:
    
    https://cmake.org/cmake/help/v3.7/manual/cmake-toolchains.7.html#cross-compiling-for-android
    
    mkssl has been completely redone from a script I found on stackoverflow for compiling latest openssl for Android
    (all build targets)
    
    I left most of the other files unchanged (i noticed that there was some erroneous lines in the packjni file so
    that works now)
    techmaticsnz committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    cff3f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24ef9c View commit details
    Browse the repository at this point in the history
  3. [docs] Fixing Codefactor fail.

    Had to add a case of *) to file
    techmaticsnz committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    70f7fa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    b34af4e View commit details
    Browse the repository at this point in the history