blob: 9dd958de93bb86ed69bd5779d143b007961666b8 [file] [log] [blame]
#!/bin/bash
build/soong/soong_ui.bash --make-mode compare_images
. build/envsetup.sh
lunch aosp_arm64
out/host/linux-x86/bin/compare_images $1 -u
echo " - Common parts"
cat common.csv
echo
echo " - Different parts"
cat diff.csv
if [ -v DIST_DIR ]; then
cp common.csv diff.csv $DIST_DIR
fi