Merge "Include headers and props to VNDK snapshot"
diff --git a/vndk/tools/image-diff-tool/compare_images_and_print.sh b/vndk/tools/image-diff-tool/compare_images_and_print.sh
index fc8b67b..9dd958d 100755
--- a/vndk/tools/image-diff-tool/compare_images_and_print.sh
+++ b/vndk/tools/image-diff-tool/compare_images_and_print.sh
@@ -8,3 +8,7 @@
 echo
 echo " - Different parts"
 cat diff.csv
+
+if [ -v DIST_DIR ]; then
+  cp common.csv diff.csv $DIST_DIR
+fi