From 41e92f962b8dddcfe3d1eabc8d8c7a5a2e8e46df Mon Sep 17 00:00:00 2001 From: Chris Gross Date: Wed, 19 Feb 2020 00:46:19 +0000 Subject: [PATCH] Ensure compare_images is built with one TARGET_PRODUCT. Currently compare_images is built using aosp_arm (the default), but is excuted under aosp_arm64. This change just moves the build step inside of the aosp_arm64 lunch invocation. Test: Ran compare_images_and_print.sh Change-Id: I2e63a4027f6499666d3a199fd9887556af35a361 --- vndk/tools/image-diff-tool/compare_images_and_print.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 27f831d45..23b45f7ee 100755 --- a/vndk/tools/image-diff-tool/compare_images_and_print.sh +++ b/vndk/tools/image-diff-tool/compare_images_and_print.sh @@ -38,9 +38,9 @@ fi readonly CHECK_DIFF_RESULT -build/soong/soong_ui.bash --make-mode compare_images . build/envsetup.sh lunch aosp_arm64 +build/soong/soong_ui.bash --make-mode compare_images COMMON_WHITELIST=development/vndk/tools/image-diff-tool/whitelist.txt out/host/linux-x86/bin/compare_images $1 -u -w "${COMMON_WHITELIST}"