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

Be more granular with SDK and NDK stamp files #37

Merged
merged 1 commit into from
May 12, 2016

Commits on May 12, 2016

  1. Be more granular with SDK and NDK stamp files

    Previously we used a single stamp file to detect
    whether SDK/NDK need to be updated/recreate. This
    worked fine if nobody touched the toolchain directory.
    However, if any of the directories (sdk, ndk or anything in them)
    were removed, build would *not* recreate the toolchain *unless*
    the stamp file in the root folder would be deleted as well.
    
    This patch creates a stamp file per component directory for all
    the NDK and SDK components and thus the content will be restored
    should the directory be removed.
    
    It can be further improved, probably, by not removing the entire
    directory prior to unzipping files as we do now but instead unpack
    only those components that are missing.
    grendello committed May 12, 2016
    Configuration menu
    Copy the full SHA
    3ac8289 View commit details
    Browse the repository at this point in the history