Use pathlib Path.glob instead of glob.glob(recursive=True)

recursive option in glob.glob is supported from 3.5, so use Path.glob
instaed

Bug: 138639389
Test: development/vndk/tools/image-diff-tool/compare_images_and_print.sh "-t path1 path2 -s SYSTEM -i
"

Change-Id: If184b15e1b0be2a80f2f79a281b5093ad177eb6c
1 file changed