1#!/bin/bash 2echo "Note: Should run 'lunch aosp_cf_x86_64_phone-trunk_staging-userdebug && m' before running this script" 3bp_base_path=$ANDROID_BUILD_TOP/out/soong/.intermediates/build/make/target/product/generic/aosp_shared_system_image/android_common 4bp_path=$bp_base_path/root 5echo $OUT 6echo $bp_path 7compare_images -t $OUT $bp_path -s system -i 8