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

gyp: fix android generator #889

Closed
wants to merge 1 commit into from

Commits on Mar 4, 2016

  1. gyp: fix android generator

    When generating Android .mk files, ready to be used within Android build
    system, we don't need LOCAL_SDK_VERSION specified, since the Android
    build system already uses the latest one.
    By specifying LOCAL_SDK_VERSION in Android makefiles, the build using
    Android build system will fail, because the build system won't set the
    path to stlport from prebuilts.
    
    Signed-off-by: Robert Chiras <robert.chiras@intel.com>
    robertchiras committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    72f1665 View commit details
    Browse the repository at this point in the history