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 adf7d097cdafcc6f83453e7f25ba0e6ca5828296
  - Merge "Ensure that stale object files are not used." into ndk-release-r19
  - Ensure that stale object files are not used.
    
    If compilation fails, Clang will remove the output if using the
    integrated assembler, but not when using GAS. The behavior with GAS
    matches GCC's behavior. .DELETE_ON_ERROR does not help because it
    will only clean the output if it changed.
    
    Test: ./checkbuild.py
    Bug: android/ndk#603
    Change-Id: I77c0b5030c49a023f6e674d4a878142b7282ed0e
    (cherry picked from commit 7503fad5572e240a4895f6463cd559bde7479a2d)
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Oct 22, 2018
1 parent f5de63a commit eba0156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk
Submodule ndk updated from 65568c to adf7d0

0 comments on commit eba0156

Please sign in to comment.