OSDN Git Service

target_files_diff: Fix the issue with file type change.
authorTao Bao <tbao@google.com>
Mon, 25 Apr 2016 17:03:38 +0000 (10:03 -0700)
committerTao Bao <tbao@google.com>
Mon, 25 Apr 2016 17:07:20 +0000 (10:07 -0700)
commitf31a6deeeeb896cc516c2f2f91ceff1fd0702938
tree6871463b4e298237cc53ebb8fcf250eeced90866
parentb5658074c334cf8a1ae16f8f9eae22d1a81e605c
target_files_diff: Fix the issue with file type change.

When a file is switched from a regular file to a symlink, we should skip
the comparasion.

Bug: 28373409
Change-Id: I8fef00ab9f2d6f811fde1cadf595e8bd46af2dfd
tools/releasetools/target_files_diff.py