Skip to content

Commit

Permalink
Update git submodules
Browse files Browse the repository at this point in the history
* Update ndk from branch 'ndk-release-r19'
  to 4009daf2819776a9cc273050f16976379f7c85f5
  - Merge "Disable multithreaded linking for Windows LLD." into ndk-release-r19
  - Disable multithreaded linking for Windows LLD.
    
    This only affects ndk-build because CMake can't currently check if it
    is using LLD since our toolchain file has finished running by the
    time the user can add ldflags.
    
    Not enabling this with standalone toolchains since we can't enable it
    for the built in toolchains without recompiling Clang and those are
    supposed to match. Will disable in the driver in a follow up if a
    workaround is not found.
    
    Test: ./checkbuild.py
    Bug: android/ndk#855
    Change-Id: I4a24166adce463bea47ca4bf0e97d5375c69f40e
    (cherry picked from commit 144b2449de418b486b53d35a0d9916b75c7d5265)
  • Loading branch information
DanAlbert authored and Gerrit Code Review committed Feb 11, 2019
1 parent da329da commit 9dcec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk
Submodule ndk updated from 9cfb55 to 4009da

0 comments on commit 9dcec9a

Please sign in to comment.