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)
committerThe Android Automerger <android-build@google.com>
Mon, 25 Apr 2016 21:11:47 +0000 (14:11 -0700)
commit0223632e77df354ad32093deda0c8eac96ae9b80
tree52d8ac27c677f42b75be175f7dc7f7d211026921
parent83c3a21c0d7f7f23ae8ec7420081d63ae7245636
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