DescriptionAdd modified time checking to strip_library_for_apk.py
Often this action is triggered and only actually needs to strip few/no
native libraries (i.e if only base.so changes there is no need to strip
all the other libraries). Add modified time checking to this action.
Since the input files are very large, using md5 checking is too slow
(i.e. it is not much, if any, faster than just doing the strip).
BUG=158821
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193003
Patch Set 1 #
Total comments: 7
Patch Set 2 : #
Messages
Total messages: 11 (0 generated)
|