Merge "Add script for running diff easily" am: 34445d5083 am: f14638387e
am: ef07b2efb0
Change-Id: I42641aefd3f763cd9cb0a8fd669aa5f98499b963
This commit is contained in:
8
vndk/tools/image-diff-tool/compare_images_and_print.sh
Executable file
8
vndk/tools/image-diff-tool/compare_images_and_print.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
build/soong/soong_ui.bash --make-mode compare_images
|
||||
compare_images $1
|
||||
echo " - Common parts"
|
||||
cat common.csv
|
||||
echo
|
||||
echo " - Different parts"
|
||||
cat diff.csv
|
||||
Reference in New Issue
Block a user